Skip to content

Bump pascalgn/automerge-action from 0.16.2 to 0.16.3 #103

Bump pascalgn/automerge-action from 0.16.2 to 0.16.3

Bump pascalgn/automerge-action from 0.16.2 to 0.16.3 #103

Workflow file for this run

name: Auto Merge Dependabot
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
automerge:
runs-on: ubuntu-latest
permissions: write-all
steps:
- id: automerge
name: automerge
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_DELETE_BRANCH: true
MERGE_FILTER_AUTHOR: dependabot[bot]
MERGE_LABELS: ''
MERGE_METHOD: squash