Skip to content

Commit 0bb96ce

Browse files
authored
Minor GitHub workflow changes (#461)
1 parent 6a1c157 commit 0bb96ce

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_issue.yml

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

3232
# Issue timing
33-
days-before-stale: 2
34-
days-before-close: 5
33+
days-before-stale: 10
34+
days-before-close: 4
3535
days-before-ancient: 36500
3636

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

0 commit comments

Comments
 (0)