Skip to content

Commit 31ddac2

Browse files
rwgkcursoragent
andcommitted
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. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 9b2fcd8 commit 31ddac2

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
@@ -167,7 +167,7 @@ jobs:
167167
fi
168168
169169
case "$COLLABORATOR_PERMISSION" in
170-
admin|maintain|write|triage|read)
170+
admin|maintain|triage|read)
171171
HAS_TRUSTED_SIGNAL=true
172172
LABEL_ACTION="not needed (collaborator permission is a trusted signal)"
173173
TRUSTED_SIGNALS="collaborator_permission:$COLLABORATOR_PERMISSION"

0 commit comments

Comments
 (0)