We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ace00 commit 5451098Copy full SHA for 5451098
.github/workflows/dependabot-notify.yml
@@ -0,0 +1,10 @@
1
+name: Dependabot Notify
2
+on:
3
+ pull_request:
4
+ types: [opened]
5
+jobs:
6
+ notify:
7
+ if: github.actor == 'dependabot[bot]'
8
+ uses: 8linkz-sec/.github/.github/workflows/dependabot-notify.yml@main
9
+ secrets:
10
+ DISCORD_DEP: ${{ secrets.DISCORD_DEP }}
0 commit comments