-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/9.0' into merge/release/8.0-to-release/9.0
- Loading branch information
Showing
3,845 changed files
with
368,649 additions
and
179,066 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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 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,66 @@ | ||
id: | ||
name: GitOps.PullRequestIssueManagement | ||
description: GitOps.PullRequestIssueManagement primitive | ||
owner: | ||
resource: repository | ||
disabled: false | ||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
scheduledSearches: [] | ||
eventResponderTasks: | ||
- if: | ||
- payloadType: Pull_Request | ||
- hasLabel: | ||
label: auto-merge | ||
then: | ||
- enableAutoMerge: | ||
mergeMethod: Squash | ||
description: Auto-merge PRs | ||
- if: | ||
- payloadType: Pull_Request | ||
- labelRemoved: | ||
label: auto-merge | ||
then: | ||
- disableAutoMerge | ||
description: Auto-merge PRs | ||
- if: | ||
- payloadType: Pull_Request | ||
- isAction: | ||
action: Opened | ||
- isActivitySender: | ||
user: dotnet-maestro[bot] | ||
issueAuthor: False | ||
- titleContains: | ||
pattern: Update dependencies | ||
isRegex: False | ||
then: | ||
- addLabel: | ||
label: area-infrastructure | ||
- addLabel: | ||
label: 'type-dependency update :arrow_up_small:' | ||
- approvePullRequest: | ||
comment: Auto-approving dependency update. | ||
description: '[Infrastructure PRs] Add area-infrastructure label to dependency update Pull Requests' | ||
- if: | ||
- payloadType: Pull_Request | ||
- isAction: | ||
action: Opened | ||
- isActivitySender: | ||
user: dotnet-maestro-bot | ||
issueAuthor: False | ||
- titleContains: | ||
pattern: Merge branch | ||
isRegex: False | ||
then: | ||
- addLabel: | ||
label: area-infrastructure | ||
- addLabel: | ||
label: 'type-merge forward :fast_forward:' | ||
- approvePullRequest: | ||
comment: Auto-approving branch merge. | ||
- addLabel: | ||
label: auto-merge | ||
description: '[Infrastructure PRs] Add area-infrastructure label to auto-merge Pull Requests' | ||
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.