Skip to content

chore(deps): bump release-drafter/release-drafter from 5 to 6 #373

chore(deps): bump release-drafter/release-drafter from 5 to 6

chore(deps): bump release-drafter/release-drafter from 5 to 6 #373

name: Dependabot auto-merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
# GITHUB_TOKEN will not trigger any workflow - therefore the PAT will be required
# see: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
GITHUB_TOKEN: ${{ secrets.PAT }}