Skip to content

Commit c6468bd

Browse files
and breaking-change bot (#11729)
1 parent 78a1d3e commit c6468bd

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/policies/resourceManagement.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,36 @@ configuration:
168168
- addReply:
169169
reply: Hello @${issueAuthor}, I noticed that you’re changing an *.swr file or any file under src/Package/MSBuild.VSSetup.*. Please make sure to validate this change by an experimental VS insertion. This is accomplished by pushing to an exp/* branch, which requires write permissions to this repo.
170170
description: Remind to run VS Perf DDRITs when deployed assemblies change
171+
- if:
172+
- payloadType: Issues
173+
- labelAdded:
174+
label: breaking-change
175+
then:
176+
- addReply:
177+
reply: >-
178+
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)
179+
description: Add breaking change doc instructions to issue
180+
- if:
181+
- payloadType: Pull_Request
182+
- labelAdded:
183+
label: breaking-change
184+
then:
185+
- addLabel:
186+
label: needs-breaking-change-doc-created
187+
- addReply:
188+
reply: >-
189+
Added `needs-breaking-change-doc-created` label because this PR has the `breaking-change` label.
190+
191+
192+
When you commit this breaking change:
193+
194+
195+
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.
196+
197+
2. [ ] Ask a committer to mail the `.NET SDK Breaking Change Notification` email list.
198+
199+
200+
You can refer to the [.NET SDK breaking change guidelines](https://github.com/dotnet/sdk/blob/main/documentation/project-docs/breaking-change-guidelines.md)
201+
description: Add breaking change instructions to PR.
171202
onFailure:
172203
onSuccess:

0 commit comments

Comments
 (0)