Skip to content

Commit

Permalink
Update stalebot to github actions (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored May 11, 2021
1 parent 6018304 commit 455c006
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/stale.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you for your interest in ARCS!'
days-before-stale: 30
days-before-close: 5

0 comments on commit 455c006

Please sign in to comment.