Skip to content

Commit 0181d1d

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/esbuild-0.17.14
2 parents 41a2c54 + 7d44abb commit 0181d1d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Approve Dependabot PR's"
2+
on:
3+
pull_request:
4+
5+
permissions:
6+
contents: write
7+
pull-requests: write
8+
9+
jobs:
10+
dependabot:
11+
uses: devops-actions/.github/.github/workflows/approve-dependabot-pr.yml@main
12+
secrets:
13+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)