Skip to content

Commit bb4f4bf

Browse files
authored
Minor GitHub workflow changes (#4847)
* chore: a more polite closed issue message * chore: relax stale issue timing
1 parent 6040b2b commit bb4f4bf

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ jobs:
1313
# These inputs are both required
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1515
message: |
16-
### ⚠️COMMENT VISIBILITY WARNING⚠️
17-
Comments on closed issues are hard for our team to see.
18-
If you need more assistance, please open a new issue that references this one.
19-
If you wish to keep having a conversation with other community members under this issue feel free to do so.
16+
This issue is now closed. Comments on closed issues are hard for our team to see.
17+
If you need more assistance, please open a new issue that references this one.

.github/workflows/stale-issue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
closed-for-staleness-label: closed-for-staleness
4343

4444
# Issue timing
45-
days-before-stale: 5
46-
days-before-close: 2
45+
days-before-stale: 10
46+
days-before-close: 4
4747
days-before-ancient: 36500
4848

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

0 commit comments

Comments
 (0)