-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2193 from microsoftgraph/dev
2.2.0 Release
- Loading branch information
Showing
212 changed files
with
176,630 additions
and
151,421 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,108 @@ | ||
id: | ||
name: GitOps.PullRequestIssueManagement | ||
description: GitOps.PullRequestIssueManagement primitive | ||
owner: | ||
resource: repository | ||
disabled: false | ||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
scheduledSearches: | ||
- description: | ||
frequencies: | ||
- hourly: | ||
hour: 1 | ||
filters: | ||
- isIssue | ||
- isOpen | ||
- hasLabel: | ||
label: 'Needs: Author Feedback' | ||
- hasLabel: | ||
label: no-recent-activity | ||
- noActivitySince: | ||
days: 3 | ||
- isNotLabeledWith: | ||
label: service bug | ||
actions: | ||
- closeIssue | ||
- description: | ||
frequencies: | ||
- hourly: | ||
hour: 1 | ||
filters: | ||
- isIssue | ||
- isOpen | ||
- hasLabel: | ||
label: 'Needs: Author Feedback' | ||
- noActivitySince: | ||
days: 4 | ||
- isNotLabeledWith: | ||
label: no-recent-activity | ||
actions: | ||
- addLabel: | ||
label: no-recent-activity | ||
- addReply: | ||
reply: This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **4 days**. It will be closed if no further activity occurs **within 3 days of this comment**. | ||
- description: | ||
frequencies: | ||
- hourly: | ||
hour: 1 | ||
filters: | ||
- isIssue | ||
- isOpen | ||
- hasLabel: | ||
label: duplicate | ||
- noActivitySince: | ||
days: 1 | ||
actions: | ||
- addReply: | ||
reply: This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes. | ||
- closeIssue | ||
eventResponderTasks: | ||
- if: | ||
- payloadType: Issue_Comment | ||
- isAction: | ||
action: Created | ||
- isActivitySender: | ||
issueAuthor: True | ||
- hasLabel: | ||
label: 'Needs: Author Feedback' | ||
then: | ||
- addLabel: | ||
label: 'Needs: Attention :wave:' | ||
- removeLabel: | ||
label: 'Needs: Author Feedback' | ||
description: | ||
- if: | ||
- payloadType: Issues | ||
- not: | ||
isAction: | ||
action: Closed | ||
- hasLabel: | ||
label: no-recent-activity | ||
then: | ||
- removeLabel: | ||
label: no-recent-activity | ||
description: | ||
- if: | ||
- payloadType: Issues | ||
- labelAdded: | ||
label: service bug | ||
then: [] | ||
description: | ||
- if: | ||
- payloadType: Issue_Comment | ||
- activitySenderHasAssociation: | ||
association: Contributor | ||
- bodyContains: | ||
pattern: '?' | ||
isRegex: False | ||
- bodyContains: | ||
pattern: '@' | ||
isRegex: False | ||
then: | ||
- addLabel: | ||
label: 'Needs: Author Feedback' | ||
description: | ||
onFailure: | ||
onSuccess: |
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
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
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
Oops, something went wrong.