Skip to content

Commit 5451098

Browse files
authored
Create dependabot-notify.yml
1 parent 34ace00 commit 5451098

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)