Skip to content

Commit

Permalink
πŸ”„ synced local '.github/workflows/' with remote 'workflows/'
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Aug 16, 2023
1 parent c5e6eeb commit 41ae295
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
stale-issue-message: |
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days.
We have applied the stale-issue label to indicate that this issue should be reviewed again and then either prioritized or closed.
days-before-stale: 30
days-before-close: -1
stale-issue-label: '@ flag:stale'

0 comments on commit 41ae295

Please sign in to comment.