Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

GitHub actions: Update stale issue/PR action #4726

Merged
merged 3 commits into from
Jan 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -538,6 +538,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>>

## Website
Expand Down