zoxide/.github/workflows/no-response.yml

22 lines
615 B
YAML
Raw Normal View History

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