Skip to content

Commit ae1425c

Browse files
authored
chore(ci): update stale CI action
Pull-Request: #6394.
1 parent f6f6ca7 commit ae1425c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ permissions:
1111

1212
jobs:
1313
stale:
14-
uses: ipdxco/unified-github-workflows/.github/workflows/reusable-stale-issue.yml@v1
14+
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

Comments
 (0)