Commit d80974d
fix: remove invalid members permission breaking redirect workflow
The 'members: read' permission key added in #586 is not a valid
GitHub Actions permission, causing the workflow YAML to fail
validation. This broke auto-closing of PRs (#587, #588).
The repos.checkCollaborator API works with the default GITHUB_TOKEN
repo access — no extra permission is needed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 99a8388 commit d80974d
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments