Skip to content

Commit e829b43

Browse files
committed
add shared config for actions/stale
1 parent 43eb85b commit e829b43

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/stale.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'Close stale issues and PRs'
2+
3+
on:
4+
workflow_call:
5+
jobs:
6+
stale:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/stale@v9
10+
with:
11+
stale-issue-message: 'This issue has been marked stale because it has been open for six months with no activity. To prevent this issue from automatically being closed in one week, update it or remove the stale label.'
12+
stale-pr-message: 'This PR has been marked stale because it has been open for six months with no activity. To prevent this PR from automatically being closed in one week, update it or remove the stale label.'
13+
days-before-stale: 180
14+
days-before-close: 7

0 commit comments

Comments
 (0)