Skip to content

Commit 5226846

Browse files
committed
TEMPORARY: Exclude write permission from trusted collaborators
This commit is for testing the label-and-comment path and must be reverted before merge. It temporarily treats write access as untrusted so the current PR will exercise Needs-Restricted-Paths-Review assignment again.
1 parent 5ede772 commit 5226846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/restricted-paths-guard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
fi
218218
219219
case "$COLLABORATOR_PERMISSION" in
220-
admin|maintain|write|triage)
220+
admin|maintain|triage)
221221
HAS_TRUSTED_SIGNAL=true
222222
LABEL_ACTION="not needed (collaborator permission is a trusted signal)"
223223
TRUSTED_SIGNALS="collaborator_permission:$COLLABORATOR_PERMISSION"

0 commit comments

Comments
 (0)