Skip to content

Commit f795614

Browse files
authored
Update message for issues labeled as breaking-change (#47812)
2 parents c8bfe7f + b498418 commit f795614

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/policies/resourceManagement.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,10 @@ configuration:
7777
- labelAdded:
7878
label: breaking-change
7979
then:
80-
- addLabel:
81-
label: needs-breaking-change-doc-created
8280
- addReply:
8381
reply: >-
84-
Added `needs-breaking-change-doc-created` label because this issue has the `breaking-change` label.
85-
86-
87-
1. [ ] Create and link to this 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.
88-
89-
90-
Tagging @dotnet/compat for awareness of the breaking change.
91-
description: Add breaking change doc label to issue
82+
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)
83+
description: Add breaking change doc instructions to issue
9284
- if:
9385
- payloadType: Pull_Request
9486
- labelAdded:

0 commit comments

Comments
 (0)