Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: Create a PR to add an entry to the CHANGELOG.md file in this repo
feat: trigger PR creation on issue comment or manual dispatch

This workflow listens for new issue comments or manual workflow dispatches,
and initiates automated PR logic with write access to contents and pull requests.

Use case: automating contributor PR triggers from comment-based commands.
name:
Create a PR to add an entry to the CHANGELOG.md file in this repo

# **What it does**: If a member of the github org posts a changelog comment, it creates a PR to update the CHANGELOG.md file.
# **Why we have it**: This surfaces docs changelog details publicly.
Expand Down
Loading