Commit 9bf1df9
fix(ci): use pull_request_target for Slack review notifications (#3731)
## Changes
- Changed workflow trigger from `pull_request` to `pull_request_target`
in PR review notification workflow
## Rationale
Using `pull_request_target` instead of `pull_request` allows the
workflow to have proper access to repository secrets and permissions
when handling review requests, which is necessary for sending Slack
notifications reliably.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3e99bbb commit 9bf1df9
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | 23 | | |
14 | 24 | | |
| |||
0 commit comments