mirror of https://github.com/grpc/grpc-go.git
github: update stale bot to v4 (#4636)
This commit is contained in:
parent
c052940bcd
commit
edb9b3bc22
|
@ -13,7 +13,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v3
|
- uses: actions/stale@v4
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 6
|
days-before-stale: 6
|
||||||
|
@ -21,7 +21,7 @@ jobs:
|
||||||
only-labels: 'Status: Requires Reporter Clarification'
|
only-labels: 'Status: Requires Reporter Clarification'
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
stale-pr-label: 'stale'
|
stale-pr-label: 'stale'
|
||||||
operations-per-run: 60
|
operations-per-run: 999
|
||||||
stale-issue-message: >
|
stale-issue-message: >
|
||||||
This issue is labeled as requiring an update from the reporter, and no update has been received
|
This issue is labeled as requiring an update from the reporter, and no update has been received
|
||||||
after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed.
|
after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed.
|
||||||
|
|
Loading…
Reference in New Issue