使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
关注
1
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fixes stale issue workflow
main
Eric Amodio
4 年前
父节点
2833dfb767
当前提交
c6080d1213
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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!'
撰写
预览
正在加载...
取消
保存