浏览代码

run lockbot more often, close after 30 days (#4894)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
0e2eaf8a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      .github/workflows/lock.yml

4
.github/workflows/lock.yml


on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0/4 * * *'
jobs:
lock:

with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '365'
issue-lock-inactive-days: '30'
issue-exclude-created-before: ''
issue-exclude-labels: ''
issue-lock-labels: ''

正在加载...
取消
保存