mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 13:23:53 +08:00
17 lines
333 B
YAML
17 lines
333 B
YAML
|
name: 'Lock threads'
|
||
|
|
||
|
on:
|
||
|
schedule:
|
||
|
- cron: '0 * * * *'
|
||
|
|
||
|
jobs:
|
||
|
lock:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: dessant/lock-threads@v2
|
||
|
with:
|
||
|
github-token: ${{ github.token }}
|
||
|
issue-lock-inactive-days: '90'
|
||
|
pr-lock-inactive-days: '90'
|
||
|
issue-exclude-labels: 'question'
|