We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076970f commit a483925Copy full SHA for a483925
.github/workflows/breaking-change-doc.yml
@@ -1,3 +1,11 @@
1
+# This workflow generates breaking change documentation for merged pull requests.
2
+# It runs automatically when a PR with the 'needs-breaking-change-doc-created' label is merged,
3
+# or when that label is added to an already merged PR.
4
+# It can be manually triggered to generate documentation for any specific PR.
5
+#
6
+# The workflow uses GitHub Models AI to analyze the PR changes and create appropriate
7
+# breaking change documentation that gets posted as a PR comment as a clickable link
8
+# to open an issue in the dotnet/docs repository.
9
name: Breaking Change Documentation
10
11
on:
0 commit comments