Skip to content

fix ready-for-review label removal#64

Merged
simongdavies merged 1 commit into
mainfrom
ready-for-review-label
Jul 2, 2026
Merged

fix ready-for-review label removal#64
simongdavies merged 1 commit into
mainfrom
ready-for-review-label

Conversation

@simongdavies

Copy link
Copy Markdown
Member

Two step process to remove ready-for-review label, allows for removing labels from a PR based on a fork.

Step 1 . Record the PR number that was updated (requires no write permissions) stores the PR number in an artefact tied to the workflow run.

Step 2. Runs when any Step 1 workflow completes, reads the PR number from the artefact and validates it, removes the Label from the PR if necessary

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
@simongdavies simongdavies added bug Something isn't working ready-for-review PR is ready for (re-)review labels Jul 2, 2026
@simongdavies simongdavies merged commit 096331d into main Jul 2, 2026
12 checks passed
@github-actions github-actions Bot removed the ready-for-review PR is ready for (re-)review label Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants