mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Scope Martian triage to bug-labeled issues for jlowin (#3124)
This commit is contained in:
parent
3b0660a686
commit
dfb857aa08
1 changed files with 2 additions and 1 deletions
3
.github/workflows/martian-issue-triage.yml
vendored
3
.github/workflows/martian-issue-triage.yml
vendored
|
|
@ -8,7 +8,8 @@ jobs:
|
|||
martian-issue-triage:
|
||||
# For labeled events, verify the labeler is a repo member to prevent privilege escalation
|
||||
if: |
|
||||
(github.event.action == 'opened' && contains(fromJSON('["strawgate", "jlowin"]'), github.actor)) ||
|
||||
(github.event.action == 'opened' && github.actor == 'strawgate') ||
|
||||
(github.event.action == 'opened' && github.actor == 'jlowin' && contains(github.event.issue.labels.*.name, 'bug')) ||
|
||||
(github.event.action == 'labeled' && github.event.label.name == 'triage-martian' && contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.sender.author_association))
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue