Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@ configuration:

eventResponderTasks:

- description: Remove "Needs More Info" label when the issue author replies
triggerOnOwnActions: false
if:
- payloadType: Issue_Comment
- isAction:
action: Created
- isIssue
- isOpen
- isActivitySender:
issueAuthor: True
- hasLabel:
label: Needs More Info
then:
- removeLabel:
label: Needs More Info

- description: Auto-approve/merge automated merge PRs
triggerOnOwnActions: false
if:
Expand Down