Skip to content

Commit

Permalink
Merge pull request #1392 from vania-pooh/master
Browse files Browse the repository at this point in the history
Migrated state.yml to Github Action
  • Loading branch information
vania-pooh authored Jan 7, 2024
2 parents abb7f88 + 7d916ad commit be31259
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/stale.yml

This file was deleted.

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

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
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. Thank you
for your contributions.
days-before-stale: 60
days-before-close: 7
stale-issue-label: stale
exempt-issue-labels:
- new-feature
- bug
- improvement
- docs

0 comments on commit be31259

Please sign in to comment.