Add /ready slash command and author notification for "Author attention needed" label#4353
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to let PR authors comment /ready to remove the “Author Attention Needed” label and re-request reviews, helping move PRs back into the review queue without maintainer intervention.
Changes:
- Introduces a new
issue_comment-triggered workflow gated to PR-author comments containing/ready. - Removes the
Author Attention Neededlabel when present. - Re-requests reviews from prior reviewers.
Merged
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
/ready slash command to remove "Author Attention Needed" label/ready slash command and author notification for "Author Attention Needed" label
/ready slash command and author notification for "Author Attention Needed" label/ready slash command and author notification for "Author attention needed" label
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
paulmedynski
approved these changes
Jun 11, 2026
mdaigle
approved these changes
Jun 11, 2026
benrr101
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds two GitHub Actions workflows to streamline the review feedback loop:
1. Notify Author (
notify-author-attention.yml)When the "Author attention needed" label is added to a PR, a comment is automatically posted notifying the author to use
/readywhen they've addressed feedback.2. Remove Label on
/ready(remove-author-attention-label.yml)When the PR author posts a
/readycomment:Workflow
/ready→ bot removes label and re-engages reviewersSample workflow: cheenamalhotra#9
Changes
.github/workflows/notify-author-attention.yml.github/workflows/remove-author-attention-label.yml