Skip to content

Commit

Permalink
Added stale issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvsav committed May 23, 2024
1 parent 74c26ae commit bcc1978
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: 'It seems that this issue has been inactive for a while. In order to keep our repository organized and ensure that active issues and PRs are given priority, we will be marking this as stale.'
stale-pr-message: 'This pull request has been open for a while without any recent activity. We are eager to review and merge it if it is still relevant, but to keep our PR queue manageable, we will need some input from you.'

0 comments on commit bcc1978

Please sign in to comment.