Skip to content

Commit

Permalink
Merge pull request #18685 from unoplatform/dev/jela/no-response
Browse files Browse the repository at this point in the history
chore: Move no-response to actions
  • Loading branch information
jeromelaban authored Nov 4, 2024
2 parents b4ed3a0 + fb5b6ae commit fd9d58c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/no-response.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: No Response

# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
issue_comment:
types: [created]
schedule:
# Schedule for 5 minutes past the hour, every 6 hours
- cron: '5 */6 * * *'

jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb # 0.5.0
with:
token: ${{ github.token }}
daysUntilClose: 20
responseRequiredLabel: triage/needs-information
closeComment: >
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. We don't monitor discussions on closed issues thus please open a new GitHub issue if you need the team to revisit this matter.

0 comments on commit fd9d58c

Please sign in to comment.