Skip to content
This repository has been archived by the owner on Feb 16, 2025. It is now read-only.

Commit

Permalink
Merge pull request #4726 from 0x6178656c/githubstale-update
Browse files Browse the repository at this point in the history
GitHub actions: Update stale issue/PR action
  • Loading branch information
markus2330 authored Jan 13, 2023
2 parents 4ea995e + 3a13cf5 commit e095a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6.0.1

with:
days-before-issue-stale: 365
Expand All @@ -30,6 +30,7 @@ jobs:
it or create a new issue with the remainder of this issue.
Thank you for your contributions :sparkling_heart:
close-issue-reason: not_planned
days-before-pr-stale: 365
days-before-pr-close: 14
stale-pr-label: "stale"
Expand Down
1 change: 1 addition & 0 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ This section keeps you up-to-date with the multi-language support provided by El
- <<TODO>>
- <<TODO>>
- Change stale issue/PR checking to GitHub action. _(@0x6178656c)_
- Update configuration of stale issue/PR action. _(@0x6178656c)_
- <<TODO>>
- Upgrade actions to recent versions and remove deprecated ruby-setup action. _(Mihael Pranjić @mpranj)_

Expand Down

0 comments on commit e095a99

Please sign in to comment.