2023-01-06 20:01:49 +00:00
|
|
|
name: no-response
|
|
|
|
on:
|
|
|
|
issue_comment:
|
|
|
|
types: [created]
|
|
|
|
schedule:
|
|
|
|
- cron: "0 0 * * *" # daily at 00:00
|
|
|
|
permissions:
|
|
|
|
issues: write
|
|
|
|
jobs:
|
|
|
|
no-response:
|
|
|
|
if: github.repository == 'ajeetdsouza/zoxide'
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-03-18 13:52:41 +00:00
|
|
|
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb # v0.5.0
|
2023-01-06 20:01:49 +00:00
|
|
|
with:
|
|
|
|
token: ${{ github.token }}
|
|
|
|
daysUntilClose: 30
|
|
|
|
responseRequiredLabel: waiting-for-response
|
|
|
|
closeComment: >
|
|
|
|
This issue has been automatically closed due to inactivity. If you
|
|
|
|
feel this is still relevant, please comment here or create a fresh
|
|
|
|
issue.
|