Skip to content

Commit d84cfb9

Browse files
authored
Add PR Workflow
1 parent 6273f57 commit d84cfb9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pr_notification.yml

+12
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)