Skip to content

Commit

Permalink
Merge pull request #237 from kellertk/master
Browse files Browse the repository at this point in the history
Minor GitHub workflow changes
  • Loading branch information
stobrien89 authored Feb 9, 2024
2 parents 0c67856 + 1c89035 commit ba644c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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.
2 changes: 1 addition & 1 deletion .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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: 1095

Expand Down

0 comments on commit ba644c8

Please sign in to comment.