mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-19 23:01:36 +03:00
20 lines
363 B
YAML
20 lines
363 B
YAML
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
|