Skip to content

Commit ec0e9b1

Browse files
authored
Minor GitHub workflow changes (#2824)
* chore: a more polite closed issue message * chore: relax stale issue timing
1 parent 5b3d0c0 commit ec0e9b1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ jobs:
1111
# These inputs are both required
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1313
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.
14+
This issue is now closed. Comments on closed issues are hard for our team to see.
15+
If you need more assistance, please open a new issue that references this one.

.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)