Skip to content

chore(deps): bump tailscale/github-action from 8b804aa882ac3429b804a2a22f9803a2101a0db9 to 2075411ebb63dbe61f4ae09cfc045949beb9a8d1 #38

chore(deps): bump tailscale/github-action from 8b804aa882ac3429b804a2a22f9803a2101a0db9 to 2075411ebb63dbe61f4ae09cfc045949beb9a8d1

chore(deps): bump tailscale/github-action from 8b804aa882ac3429b804a2a22f9803a2101a0db9 to 2075411ebb63dbe61f4ae09cfc045949beb9a8d1 #38

Workflow file for this run

name: Automerge
env:
MERGE_METHOD: 'squash'
MERGE_RETRY_SLEEP: 300000
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
check_suite:
types:
- completed
status: {}
jobs:
automerge:
name: Automerge if requested
runs-on: ubuntu-latest
env:
IS_POSTHOG_BOT_AVAILABLE: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN != '' }}
steps:
- name: Automerge
if: env.IS_POSTHOG_BOT_AVAILABLE == 'true'
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}
- run: echo