Commit 0bd937b
chore(ci): Use pull-requests: write for PR review reminder workflow (#20597)
The schedule-triggered workflow was failing with 403 when trying to
create comments on PRs. GitHub requires `pull-requests: write` (not
`issues: write`) to create comments on pull requests via the Issues API
when the workflow runs on schedule.
ref:
https://github.com/getsentry/sentry-javascript/actions/workflows/pr-review-reminder.yml
Co-authored-by: Claude Opus 4.5 <[email protected]>1 parent bea1aad commit 0bd937b
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments