Skip to content

Sync stale issues and PRs#448

Merged
MikeMcQuaid merged 1 commit into
mainfrom
sync-stale-issues-and-prs
Jun 26, 2026
Merged

Sync stale issues and PRs#448
MikeMcQuaid merged 1 commit into
mainfrom
sync-stale-issues-and-prs

Conversation

@MikeMcQuaid

Copy link
Copy Markdown
Member
  • Clarify that stale handling covers pull requests too.
  • Remove old stale-issues.yml during shared config sync.
  • Drop pull request label exemptions so stale PRs age out.

- Clarify that stale handling covers pull requests too.
- Remove old `stale-issues.yml` during shared config sync.
- Drop pull request label exemptions so stale PRs age out.
Copilot AI review requested due to automatic review settings June 26, 2026 18:15
@MikeMcQuaid MikeMcQuaid enabled auto-merge June 26, 2026 18:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s stale-management workflow to explicitly cover both issues and pull requests, and aligns the shared-config sync script to remove the deprecated stale workflow during sync.

Changes:

  • Renamed and re-scoped the stale workflow to “stale issues and pull requests”, updating trigger paths and concurrency group.
  • Removed stale PR label exemptions so stale pull requests are no longer kept open via exempt labels (including for bump PRs).
  • Updated the shared-config sync script to sync the new workflow and delete the deprecated .github/workflows/stale-issues.yml in synced repositories.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/stale-issues-and-prs.yml Renames and adjusts stale workflow config to cover issues + PRs and remove PR label exemptions.
.github/actions/sync/shared-config.rb Syncs the new workflow file and removes the deprecated stale workflow file during shared-config sync.
Comments suppressed due to low confidence (1)

.github/workflows/stale-issues-and-prs.yml:53

  • exempt-issue-labels was narrowed from gsoc-outreachy,help wanted,in progress to just help wanted, which changes issue staleness behavior as well. The PR description only mentions dropping pull request label exemptions; if you didn’t intend to change issue exemptions, keep the prior list (or update the PR description to explicitly call out the issue-policy change).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MikeMcQuaid MikeMcQuaid merged commit d4ba76b into main Jun 26, 2026
29 checks passed
@MikeMcQuaid MikeMcQuaid deleted the sync-stale-issues-and-prs branch June 26, 2026 19:37
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.

3 participants