Skip to content

Commit b530fab

Browse files
committed
Revert "TEMPORARY: Exclude write permission from trusted collaborators"
This reverts commit 31ddac2.
1 parent 31ddac2 commit b530fab

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|triage|read)
170+
admin|maintain|write|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)