Skip to content

Commit a483925

Browse files
committed
Add docs to workflow
1 parent 076970f commit a483925

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/breaking-change-doc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
19
name: Breaking Change Documentation
210

311
on:

0 commit comments

Comments
 (0)