mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
16 lines
297 B
YAML
16 lines
297 B
YAML
name: No Response
|
|
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
schedule:
|
|
- cron: '10 * * * *'
|
|
|
|
jobs:
|
|
noResponse:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: lee-dohm/no-response@v0.5.0
|
|
with:
|
|
token: ${{ github.token }}
|
|
responseRequiredLabel: waiting on op
|