Skip to content

Commit d4f2a98

Browse files
authored
chore: Update .github/workflows/stale.yml [skip ci]
1 parent b1f2b22 commit d4f2a98

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/stale.yml

+1-18
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,4 @@ on:
66

77
jobs:
88
stale:
9-
10-
runs-on: ubuntu-latest
11-
permissions:
12-
issues: write
13-
pull-requests: write
14-
15-
steps:
16-
- uses: actions/stale@v3
17-
with:
18-
repo-token: ${{ secrets.GITHUB_TOKEN }}
19-
stale-issue-message: 'Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.'
20-
close-issue-message: 'This issue was closed because it is missing author input.'
21-
stale-issue-label: 'kind/stale'
22-
any-of-labels: 'need/author-input'
23-
exempt-issue-labels: 'need/triage,need/community-input,need/maintainer-input,need/maintainers-input,need/analysis,status/blocked,status/in-progress,status/ready,status/deferred,status/inactive'
24-
days-before-issue-stale: 6
25-
days-before-issue-close: 7
26-
enable-statistics: true
9+
uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3

0 commit comments

Comments
 (0)