Skip to content

Commit

Permalink
Fix stale in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Feb 20, 2023
1 parent 795b13a commit 761bbfa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See https://github.com/actions/stale
name: Mark stale issues
on:
schedule:
- cron: '53 9 * * *'
jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v7
with:
days-before-stale: 180
days-before-close: 7
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.'
exempt-issue-labels: pinned,security,feature

0 comments on commit 761bbfa

Please sign in to comment.