Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c67856 + 1c89035 commit ba644c8Copy full SHA for ba644c8
.github/workflows/closed-issue-message.yml
@@ -11,7 +11,6 @@ jobs:
11
# These inputs are both required
12
repo-token: "${{ secrets.GITHUB_TOKEN }}"
13
message: |
14
- ### ⚠️COMMENT VISIBILITY WARNING⚠️
15
Comments on closed issues are hard for our team to see.
16
If you need more assistance, please either tag a team member or open a new issue that references this one.
17
If you wish to keep having a conversation with other community members under this issue feel free to do so.
.github/workflows/stale_issues.yml
@@ -29,7 +29,7 @@ jobs:
29
closed-for-staleness-label: closed-for-staleness
30
31
# Issue timing
32
- days-before-stale: 7
+ days-before-stale: 10
33
days-before-close: 4
34
days-before-ancient: 1095
35
0 commit comments