Skip to content

Commit

Permalink
GitHub workflows (#178)
Browse files Browse the repository at this point in the history
* Update stale.yml
  • Loading branch information
aafshinfard authored Jun 27, 2022
1 parent 21c602c commit 0dcce65
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@v4
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 interest in Physlr!'
stale-pr-message: 'This PR 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 interest in Physlr!'
days-before-stale: 30
days-before-close: 10
remove-stale-when-updated: true
exempt-assignees: aafshinfard,lcoombe,sjackman,jowong4

0 comments on commit 0dcce65

Please sign in to comment.