Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 24 additions & 6 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
id:
id:
name: GitOps.PullRequestIssueManagement
description: GitOps.PullRequestIssueManagement primitive
owner:
owner:
resource: repository
disabled: false
where:
where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
Expand Down Expand Up @@ -90,7 +90,7 @@ configuration:
label: needs-breaking-change-doc-created
- addReply:
reply: >-
Added `needs-breaking-change-doc-created` label because this PR has the `breaking-change` label.
Added `needs-breaking-change-doc-created` label because this PR has the `breaking-change` label.


When you commit this breaking change:
Expand All @@ -103,5 +103,23 @@ configuration:

You can refer to the [.NET SDK breaking change guidelines](https://github.com/dotnet/sdk/blob/main/documentation/project-docs/breaking-change-guidelines.md)
description: Add breaking change instructions to PR.
onFailure:
onSuccess:
- description: Remind Telemetry PR authors of the telemetry guidelines
if:
- payloadType: Pull_Request
- labelAdded:
label: Area-Telemetry
then:
- addReply:
reply: >-
This PR has been labeled with `Area-Telemetry`. Please ensure that any telemetry changes in this PR

* comply with the [published guidance](https://learn.microsoft.com/dotnet/core/tools/telemetry#data-points)
* are added to the [repo-local telemetry documentation](./documentation/project-docs/telemetry.md)
* get a matching .NET Docs issue raised to document the telemetry changes
* Go to https://learn.microsoft.com/dotnet/core/tools/telemetry
* Scroll down to the bottom and click the 'Open a documentation issue' link to create an issue with pre-filled details
- requestReview:
reviewer: dsplaisted

onFailure:
onSuccess:
Loading
Loading