Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38b36b2304 | ||
|
|
e040247097 |
@@ -25,9 +25,10 @@ jobs:
|
|||||||
# Trusted author only, and only when a known agent is mentioned. This gate is the main
|
# Trusted author only, and only when a known agent is mentioned. This gate is the main
|
||||||
# defense against malicious-issue prompt injection — do not loosen it.
|
# defense against malicious-issue prompt injection — do not loosen it.
|
||||||
if: >
|
if: >
|
||||||
(github.event.comment == null && github.event.issue.user.login == 'ffaerber') ||
|
(github.event.comment == null && (github.event.issue.user.login == 'ffaerber' || github.event.issue.user.login == 'hermes')) ||
|
||||||
(github.event.comment != null &&
|
(github.event.comment != null &&
|
||||||
(github.event.comment.user.login == 'ffaerber' ||
|
(github.event.comment.user.login == 'ffaerber' ||
|
||||||
|
github.event.comment.user.login == 'hermes' ||
|
||||||
github.event.comment.user.login == 'pm' ||
|
github.event.comment.user.login == 'pm' ||
|
||||||
github.event.comment.user.login == 'junior' ||
|
github.event.comment.user.login == 'junior' ||
|
||||||
github.event.comment.user.login == 'senior' ||
|
github.event.comment.user.login == 'senior' ||
|
||||||
|
|||||||
Reference in New Issue
Block a user