Skip to content

Commit a4bbd3d

Browse files
authored
Add PR Workflow
1 parent 280696a commit a4bbd3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Pull Request Notification
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
8+
jobs:
9+
notify:
10+
uses: KeyAuth/.github/.github/workflows/pr_notification_global.yml@main
11+
secrets:
12+
DISCORD_PR: ${{ secrets.DISCORD_PR }}

0 commit comments

Comments
 (0)