浏览代码

Fixes stale issue workflow

main
Eric Amodio 4 年前
父节点
当前提交
c6080d1213
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .github/workflows/issues-stale.yml

+ 2
- 2
.github/workflows/issues-stale.yml 查看文件

@ -12,7 +12,7 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-close: 7
days-before-stale: 0
days-before-close: 1
days-before-stale: 6
only-labels: 'status: needs more info'
close-issue-message: 'Closing this issue because it needs more information and has not had recent activity. Please re-open this issue when more details can be provided.\n\nThanks!'

正在加载...
取消
保存