Skip to content

Use commit hash for dependabot-auto-approve action #5

Use commit hash for dependabot-auto-approve action

Use commit hash for dependabot-auto-approve action #5

name: Auto-merge Dependabot PRs
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Auto-merge Dependabot PR
uses: frequenz-floss/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: 'merge'