You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added `needs-breaking-change-doc-created` label because this PR has the `breaking-change` label.
93
+
Added `needs-breaking-change-doc-created` label because this PR has the `breaking-change` label.
94
94
95
95
96
96
When you commit this breaking change:
@@ -103,5 +103,23 @@ configuration:
103
103
104
104
You can refer to the [.NET SDK breaking change guidelines](https://github.com/dotnet/sdk/blob/main/documentation/project-docs/breaking-change-guidelines.md)
105
105
description: Add breaking change instructions to PR.
106
-
onFailure:
107
-
onSuccess:
106
+
- description: Remind Telemetry PR authors of the telemetry guidelines
107
+
if:
108
+
- payloadType: Pull_Request
109
+
- labelAdded:
110
+
label: Area-Telemetry
111
+
then:
112
+
- addReply:
113
+
reply: >-
114
+
This PR has been labeled with `Area-Telemetry`. Please ensure that any telemetry changes in this PR
115
+
116
+
* comply with the [published guidance](https://learn.microsoft.com/dotnet/core/tools/telemetry#data-points)
117
+
* are added to the [repo-local telemetry documentation](./documentation/project-docs/telemetry.md)
118
+
* get a matching .NET Docs issue raised to document the telemetry changes
119
+
* Go to https://learn.microsoft.com/dotnet/core/tools/telemetry
120
+
* Scroll down to the bottom and click the 'Open a documentation issue' link to create an issue with pre-filled details
0 commit comments