浏览代码

GH action stale update

exemption label "never-stale" for issues
inclusion label "needs-information" for PRs
Simon Sobisch 8 月之前
父节点
当前提交
a3718a2039
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/stale.yml

+ 2 - 2
.github/workflows/stale.yml

@@ -21,5 +21,5 @@ jobs:
             This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
           close-issue-message: >
             This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
-          exempt-issue-labels: discussion
-          only-pr-labels: not-a-real-label
+          exempt-issue-labels: discussion,never-stale
+          only-pr-labels: needs-information