Skip to content

Adds stale PR and issue labeling workflow#564

Merged
GalRogozinski merged 1 commit intossvlabs:mainfrom
zktaiga:add/stalebot
Jul 10, 2025
Merged

Adds stale PR and issue labeling workflow#564
GalRogozinski merged 1 commit intossvlabs:mainfrom
zktaiga:add/stalebot

Conversation

@zktaiga
Copy link
Contributor

@zktaiga zktaiga commented Jul 9, 2025

Implements a GitHub Actions workflow that automatically labels pull requests and issues as stale after 60 days of inactivity.
It will post a message and apply a 'stale' label.
The workflow runs daily and can be manually triggered.

Implements a GitHub Actions workflow that automatically labels pull requests and issues as stale after 60 days of inactivity.
It will post a message and apply a 'stale' label.
The workflow runs daily and can be manually triggered.
Copilot AI review requested due to automatic review settings July 9, 2025 11:51
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Implements an automated stale-labeling workflow for pull requests and issues after 60 days of inactivity.

  • Adds a GitHub Actions workflow triggered daily (and manually)
  • Uses actions/stale@v9.1.0 to apply a stale label and post custom messages
  • Sets days-before-close to -1 to disable automatic closing
Comments suppressed due to low confidence (2)

.github/workflows/stale.yml:14

  • [nitpick] Add a concurrency group to the workflow to prevent overlapping runs and reduce potential rate-limit issues, e.g.:
concurrency:
  group: 'stale-workflow'
  cancel-in-progress: false
jobs:

.github/workflows/stale.yml:18

  • [nitpick] Consider adding an exempt-labels input (e.g., pinned, security) so critical issues or PRs aren’t marked stale unintentionally.
      - uses: actions/stale@v9.1.0

@GalRogozinski GalRogozinski merged commit 96f9be2 into ssvlabs:main Jul 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants