Skip to content

Close stale issues and PRs once a week #32

Close stale issues and PRs once a week

Close stale issues and PRs once a week #32

name: "Close stale issues and PRs once a week"
on:
schedule:
- cron: '0 0 * * 0'
jobs:
close_stale:
runs-on: [self-hosted, linux, x64, big]
steps:
- uses: actions/stale@main
with:
days-before-stale: 21
days-before-close: 7
stale-issue-message: "This issue has been marked stale and will be closed in 7 days unless updated."
close-issue-message: "Closing as stale, feel free to reopen!"
stale-pr-message: "This PR has been marked stale and will be closed in 7 days unless updated."
close-pr-message: "Closing as stale, feel free to reopen!"
exempt-issue-labels: "pinned,security"