Skip to content

Add manually-triggered workflow to remove PendingRelease label from all issues#14215

Merged
magnesj merged 1 commit into
devfrom
remove-pending-release-workflow
Jun 12, 2026
Merged

Add manually-triggered workflow to remove PendingRelease label from all issues#14215
magnesj merged 1 commit into
devfrom
remove-pending-release-workflow

Conversation

@magnesj

@magnesj magnesj commented Jun 12, 2026

Copy link
Copy Markdown
Member

Adds a new GitHub Actions workflow that removes the PendingRelease label from all issues in the repository.

Details

  • Trigger: workflow_dispatch only — runs exclusively when started manually from the Actions tab. No automatic triggers.
  • Behavior: Paginates over every issue carrying the PendingRelease label (all states) and removes the label, logging each affected issue and a final count.
  • Permissions: Scoped to issues: write, matching the existing close-label.yml workflow and using the same actions/github-script@v9 action.

This complements close-label.yml (which adds PendingRelease to closed issues) by providing a one-click way to clear the label after a release.

@magnesj magnesj merged commit 29b715b into dev Jun 12, 2026
17 of 18 checks passed
@magnesj magnesj deleted the remove-pending-release-workflow branch June 12, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant