chore: Update .github/workflows/stale.yml [skip ci]
GitHub committed
Jun 14, 2023 at 11:14 UTC
75a315a2620002f84765efead4dbe2683cbd499f
1 file changed
+1
-18
.github/workflows/stale.yml
+1
-18
@@ -6,21 +6,4 @@ on:
6
7
jobs:
8
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