Skip to content

Commit

Permalink
Runner stale bot (actions#2729)
Browse files Browse the repository at this point in the history
* runner stale bot test

* Update stale-bot.yml
  • Loading branch information
ruvceskistefan authored and ashb committed Aug 9, 2023
1 parent 2a7e9ad commit 166a550
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stale-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ‘Close stale Runner issues’
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' # every monday at midnight
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: ‘This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.’
close-issue-message: ‘This issue was closed because it has been stalled for 15 days with no activity.’
exempt-issue-labels: ‘keep’
days-before-stale: 365
days-before-close: 15
debug-only: true

0 comments on commit 166a550

Please sign in to comment.