Skip to content

Commit 23bf0e9

Browse files
authored
Merge pull request #466 from sassoftware/pskd-1475_stale_workflow
docs: add stale github action (PSKD-1475) Signed-off-by: [email protected] <[email protected]>
2 parents c6df143 + 976071c commit 23bf0e9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'Mark 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/[email protected]
11+
with:
12+
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
13+
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity.'
14+
days-before-stale: 30
15+
days-before-close: -1

0 commit comments

Comments
 (0)