Skip to content

Commit 87be112

Browse files
authored
Merge pull request #5155 from kellertk/main
Minor GitHub workflow changes
2 parents 1601952 + 9adcf75 commit 87be112

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/closed-issue-message.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
# These inputs are both required
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1313
message: |
14-
### ⚠️COMMENT VISIBILITY WARNING⚠️
1514
Comments on closed issues are hard for our team to see.
1615
If you need more assistance, please either tag a team member or open a new issue that references this one.
1716
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
closed-for-staleness-label: closed-for-staleness
3030

3131
# Issue timing
32-
days-before-stale: 2
33-
days-before-close: 5
32+
days-before-stale: 10
33+
days-before-close: 4
3434
days-before-ancient: 36500
3535

3636
# If you don't want to mark a issue as being ancient based on a

0 commit comments

Comments
 (0)