Skip to content

Commit

Permalink
ci(dependabot): only run merge if actor is dependabot (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia authored Dec 31, 2023
1 parent 8dafe8c commit 06408e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
merge:
name: Merge
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
Expand Down

0 comments on commit 06408e9

Please sign in to comment.