We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280696a commit a4bbd3dCopy full SHA for a4bbd3d
1 file changed
.github/workflows/pr_notification.yml
@@ -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