feat: add issue templates and workflows

This commit is contained in:
sxyazi
2024-06-27 10:17:21 +08:00
parent 31634f8a11
commit c270ac2d47
5 changed files with 164 additions and 0 deletions

19
.github/workflows/no-response.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: No Response
on:
issue_comment:
types: [created]
schedule:
- cron: "10 * * * *"
jobs:
no-response:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
token: ${{ github.token }}
daysUntilClose: 7
responseRequiredLabel: waiting on op