-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable event processor for azure-sdk-tools (#6015)
* Enable event processor for azure-sdk-tools * Remove FabricBot.json and add event processor yml files
- Loading branch information
1 parent
27fdb90
commit 39b1b2f
Showing
4 changed files
with
245 additions
and
599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"InitialIssueTriage": "On", | ||
"ManualIssueTriage": "Off", | ||
"ServiceAttention": "Off", | ||
"CXPAttention": "Off", | ||
"ManualTriageAfterExternalAssignment": "Off", | ||
"RequireAttentionForNonMilestone": "Off", | ||
"AuthorFeedbackNeeded": "Off", | ||
"IssueAddressed": "Off", | ||
"IssueAddressedReset": "Off", | ||
"AuthorFeedback": "Off", | ||
"ReopenIssue": "Off", | ||
"DeclineToReopenIssue": "Off", | ||
"IssueAddressedCommands": "Off", | ||
"PullRequestTriage": "Off", | ||
"ResetApprovalsForUntrustedChanges": "On", | ||
"ReopenPullRequest": "On", | ||
"ResetIssueActivity": "Off", | ||
"ResetPullRequestActivity": "On", | ||
"CloseStaleIssues": "Off", | ||
"CloseStalePullRequests": "On", | ||
"IdentifyStaleIssues": "Off", | ||
"IdentifyStalePullRequests": "On", | ||
"CloseAddressedIssues": "Off", | ||
"LockClosedIssues": "Off" | ||
} |
Oops, something went wrong.