Skip to content

Commit bbaba52

Browse files
fix: remove invalid members permission breaking redirect workflow (#589)
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 9c7d2eb commit bbaba52

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/redirect-pull-requests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
permissions:
88
pull-requests: write
9-
members: read
109

1110
jobs:
1211
redirect:

0 commit comments

Comments
 (0)