ci: add stale issue and PR workflow#780
Conversation
|
|
There was a problem hiding this comment.
Pull request overview
Adds an automated GitHub Actions workflow to mark and close stale issues/PRs, aligning this repository with the stale-bot rollout used across Grafana standalone data source repos.
Changes:
- Introduces a scheduled
.github/workflows/stale.ymlworkflow usingactions/stale@v10. - Configures issue staleness at 1 year + 30 days to close, and PR staleness at 30 days + 14 days to close.
- Exempts items with
no stalebot(andtype/epicfor issues).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
Copies the stale workflow from grafana/grafana verbatim, as part of a rollout across the standalone data source repos.
What it does:
stale, then closed after a further 30 days of inactivity.stale, then closed after a further 2 weeks.no stalebotlabel to exempt an issue or PR (issues labelledtype/epicare also exempt).User-facing impact: community issues and PRs in this repo will start receiving stale warnings and may be auto-closed by the bot.