Skip to content

Commit

Permalink
[github/actions] stale issue 3 years ago weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Sep 12, 2024
1 parent 0006faa commit 2ffeff0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close Stale Issues

on:
schedule:
- cron: '0 13 * * *' # Run daily
- cron: '0 13 * * 2' # Run daily

jobs:
stale:
Expand All @@ -15,9 +15,9 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not been updated for over 5 years and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.'
stale-issue-message: 'This issue has not been updated for over 3 years and will be marked as stale. If the issue still exists, please comment or update the issue, otherwise it will be closed after 7 days.'
close-issue-message: 'This issue has been automatically closed due to inactivity. If the issue still exists, please reopen it.'
days-before-issue-stale: 1825
days-before-issue-stale: 1095
days-before-issue-close: 7
stale-issue-label: 'Stale'
exempt-issue-labels: 'pinned,security'
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## *

+ [github/actions] go version using 1.20 at least
+ [go.mod] go 1.13->1.17
+ [github/actions] strategy: fail-fast: false
+ [github/actions] add windows os test and remove go-1.17,1.18,1.19
+ [github/actions] stale issues

## v1.4.3

+ [compile] add flags: -std=c++11 to fix [issue-123](https://github.com/yanyiwu/gojieba/issues/123)
Expand Down

0 comments on commit 2ffeff0

Please sign in to comment.