Skip to content

Commit 3e163ed

Browse files
author
Emmanuel Ogbizi
committed
chore: auto approve dependabot
1 parent c3e5fac commit 3e163ed

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/auto-approve.yml

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)