We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 678ddcb + 9b2ad17 commit 2e788deCopy full SHA for 2e788de
.github/workflows/discord_notify.yml
@@ -1,7 +1,7 @@
1
name: Discord Notify
2
3
on:
4
- pull_request:
+ pull_request_target:
5
types: [opened, ready_for_review]
6
7
permissions: {}
@@ -14,7 +14,6 @@ jobs:
14
contents: read
15
with:
16
actor: ${{ github.event.pull_request.user.login }}
17
- is_remote: true
18
19
notify:
20
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
.github/workflows/label_core_team_prs.yml
name: Label Core Team PRs
@@ -18,7 +18,6 @@ jobs:
21
22
23
label:
24
0 commit comments