浏览代码

chore(Github Actions): updated text

Thibault Malbranche 4 年前
父节点
当前提交
43a95581ab
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      .github/workflows/stale.yml

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

@@ -10,7 +10,7 @@ jobs:
10 10
     - uses: actions/stale@v1
11 11
       with:
12 12
         repo-token: ${{ secrets.GITHUB_TOKEN }}
13
-        stale-issue-message: 'Hello 👋, this issue has been opened for more than 2 month with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like _still searching for solutions_ and if you found one, please open a pull request! You have 7 days until this gets closed automatically'
14
-        stale-pr-message: 'Hello 👋, this PR has been opened for more than 2 month with no activity on it. If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing! You have 7 days until this gets closed automatically'
13
+        stale-issue-message: 'Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like _still searching for solutions_ and if you found one, please open a pull request! You have 7 days until this gets closed automatically'
14
+        stale-pr-message: 'Hello 👋, this PR has been opened for more than 2 months with no activity on it. If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing! You have 7 days until this gets closed automatically'
15 15
         exempt-issue-label: 'Keep opened'
16 16
         exempt-pr-label: 'Keep opened'