We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f6ca7 commit ae1425cCopy full SHA for ae1425c
1 file changed
.github/workflows/stale.yml
@@ -11,4 +11,12 @@ permissions:
11
12
jobs:
13
stale:
14
- uses: ipdxco/unified-github-workflows/.github/workflows/reusable-stale-issue.yml@v1
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/stale@v10
17
+ with:
18
+ days-before-stale: 30
19
+ days-before-close: 7
20
+ stale-issue-message: 'This issue has been automatically marked as stale due to inactivity.'
21
+ close-issue-message: 'Closing this issue due to prolonged inactivity.'
22
+ exempt-issue-labels: 'keep-open'
0 commit comments