Skip to content
Merged
Changes from all 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
8 changes: 8 additions & 0 deletions .github/workflows/breaking-change-doc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# This workflow generates breaking change documentation for merged pull requests.
# It runs automatically when a PR with the 'needs-breaking-change-doc-created' label is merged,
# or when that label is added to an already merged PR.
# It can be manually triggered to generate documentation for any specific PR.
#
# The workflow uses GitHub Models AI to analyze the PR changes and create appropriate
# breaking change documentation that gets posted as a PR comment as a clickable link
# to open an issue in the dotnet/docs repository.
name: Breaking Change Documentation

on:
Expand Down
Loading