Skip to content

Commit

Permalink
Minor GitHub workflow changes (#195)
Browse files Browse the repository at this point in the history
* change closing text

* update closing time
  • Loading branch information
jmklix authored Feb 7, 2024
1 parent 32facba commit f9f570c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ jobs:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
2 changes: 1 addition & 1 deletion .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
closed-for-staleness-label: closed-for-staleness

# Issue timing
days-before-stale: 7
days-before-stale: 10
days-before-close: 4
days-before-ancient: 36500

Expand Down

0 comments on commit f9f570c

Please sign in to comment.