Skip to content

Commit 0dcce65

Browse files
authored
GitHub workflows (#178)
* Update stale.yml
1 parent 21c602c commit 0dcce65

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Close stale issues and PRs'
2+
on:
3+
schedule:
4+
- cron: '30 1 * * *'
5+
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/stale@v4
11+
with:
12+
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!'
13+
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!'
14+
days-before-stale: 30
15+
days-before-close: 10
16+
remove-stale-when-updated: true
17+
exempt-assignees: aafshinfard,lcoombe,sjackman,jowong4

0 commit comments

Comments
 (0)