mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 11:27:56 +08:00
Update lockthreads.yml
exclude RFCs, enhancement requests, have it run weekly.
This commit is contained in:
parent
73ea7d257e
commit
e53c284753
9
.github/workflows/lockthreads.yml
vendored
9
.github/workflows/lockthreads.yml
vendored
@ -2,8 +2,11 @@ name: 'Lock threads'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 18 * * *'
|
||||
|
||||
- cron: '0 18 * * 1'
|
||||
# │ │ │ │ │
|
||||
# min 0-59 ┘ │ │ │ └ weekday 0-6
|
||||
# hour 0-23 ┘ │ └ month 1-12
|
||||
# └ day 1-31
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
@ -13,4 +16,4 @@ jobs:
|
||||
github-token: ${{ github.token }}
|
||||
issue-lock-inactive-days: '365'
|
||||
pr-lock-inactive-days: '365'
|
||||
issue-exclude-labels: 'question, needs more info'
|
||||
issue-exclude-labels: 'question, needs more info, RFC, enhancement'
|
||||
|
Loading…
x
Reference in New Issue
Block a user