Skip to content

Comments

feat: add 'Needs Author Reply' label when CI fails#20310

Open
sanjaysargam wants to merge 1 commit intoankidroid:mainfrom
sanjaysargam:label
Open

feat: add 'Needs Author Reply' label when CI fails#20310
sanjaysargam wants to merge 1 commit intoankidroid:mainfrom
sanjaysargam:label

Conversation

@sanjaysargam
Copy link
Member

Purpose / Description

Automatically adds the "Needs Author Reply" label to pull requests when a CI workflow fails, helping maintainers quickly identify PRs that require author action.

Fixes

Approach

Triggered via workflow_run on failed CI jobs

How Has This Been Tested?

Tested via Node Script test

Checklist

Please, go through these checks before submitting the PR.

  • You have a descriptive commit message with a short title (first line, max 50 chars).
  • You have commented your code, particularly in hard-to-understand areas
  • You have performed a self-review of your own code
  • UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
  • UI Changes: You have tested your change using the Google Accessibility Scanner

Copy link
Member

@BrayanDSO BrayanDSO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might be confusing if the PR fails because of flaky tests.

Also, we can already see an X besides the PR title, so personally I don't think this is necessary.

@BrayanDSO BrayanDSO added the Needs reviewer reply Waiting for a reply from another reviewer label Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review Needs reviewer reply Waiting for a reply from another reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 'Need Author Reply' label to PR when all lint fails

2 participants