Skip to content

Commit 2f8abac

Browse files
npalmgertjanmaas
andauthored
Auto approve review for dependabot (#244)
* Auto approve review for depndabot * Add if clause for user chck * Rename auto-approve-depndabot.yml to auto-approve-dependabot.yml Co-authored-by: Gertjan Maas <[email protected]>
1 parent 4f18ac5 commit 2f8abac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Auto approve dependabot
2+
on: pull_request
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: hmarr/[email protected]
9+
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
10+
with:
11+
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)