mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
ci: switch no-response workflow to "official" stale workflow
This commit is contained in:
parent
9d4a145303
commit
62f4b44881
21
.github/workflows/no-response.yml
vendored
21
.github/workflows/no-response.yml
vendored
@ -1,5 +1,10 @@
|
|||||||
name: No Response
|
name: No Response
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
# Both `issue_comment` and `scheduled` event types are required for this Action
|
# Both `issue_comment` and `scheduled` event types are required for this Action
|
||||||
# to work properly.
|
# to work properly.
|
||||||
on:
|
on:
|
||||||
@ -13,8 +18,16 @@ jobs:
|
|||||||
noResponse:
|
noResponse:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: lee-dohm/no-response@v0.5.0
|
- uses: actions/stale@v9.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
only-labels: waiting-on-op
|
||||||
responseRequiredLabel: waiting-on-op
|
days-before-stale: -1
|
||||||
|
days-before-close: -1
|
||||||
|
days-before-issue-stale: 14
|
||||||
|
days-before-issue-close: 0
|
||||||
|
close-issue-message: >
|
||||||
|
This issue has been automatically closed because there has been no response
|
||||||
|
to our request for more information from the original author. With only the
|
||||||
|
information that is currently in the issue, we don't have enough information
|
||||||
|
to take action. Please reach out if you have or find the answers we need so
|
||||||
|
that we can investigate further.
|
||||||
|
Loading…
Reference in New Issue
Block a user