Skip to content

Commit fdf1bdd

Browse files
authored
Create resourceManagement.yml
1 parent dc01094 commit fdf1bdd

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
id:
2+
name: GitOps.PullRequestIssueManagement
3+
description: GitOps.PullRequestIssueManagement primitive
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
eventResponderTasks:
11+
- if:
12+
- payloadType: Issues
13+
- labelAdded:
14+
label: Breaking-change
15+
then:
16+
- addReply:
17+
reply: >-
18+
Refer to the [.NET SDK breaking change guidelines](https://github.com/dotnet/sdk/blob/main/documentation/project-docs/breaking-change-guidelines.md#required-process-for-all-net-sdk-breaking-changes)
19+
description: Add breaking change doc instructions to issue
20+
- if:
21+
- payloadType: Pull_Request
22+
- labelAdded:
23+
label: Breaking-change
24+
then:
25+
- addLabel:
26+
label: needs-breaking-change-doc-created
27+
- addReply:
28+
reply: >-
29+
Added `needs-breaking-change-doc-created` label because this PR has the `breaking-change` label.
30+
31+
32+
When you commit this breaking change:
33+
34+
35+
1. [ ] Create and link to this PR and the issue a matching issue in the dotnet/docs repo using the [breaking change documentation template](https://aka.ms/dotnet/docs/new-breaking-change-issue), then remove this `needs-breaking-change-doc-created` label.
36+
37+
2. [ ] Ask a committer to mail the `.NET SDK Breaking Change Notification` email list.
38+
39+
40+
You can refer to the [.NET SDK breaking change guidelines](https://github.com/dotnet/sdk/blob/main/documentation/project-docs/breaking-change-guidelines.md)
41+
description: Add breaking change instructions to PR.
42+
onFailure:
43+
onSuccess:

0 commit comments

Comments
 (0)