Skip to content

Commit

Permalink
ci: switch no-response workflow to "official" stale workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Sep 22, 2024
1 parent 9d4a145 commit 62f4b44
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: No Response

permissions:
contents: read
issues: write
pull-requests: write

# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
Expand All @@ -13,8 +18,16 @@ jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/[email protected].0
- uses: actions/[email protected].0
with:
token: ${{ github.token }}
responseRequiredLabel: waiting-on-op

only-labels: 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.

0 comments on commit 62f4b44

Please sign in to comment.