mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
CI: Make stalebot actually close PRs after 30 days
Now stalebot has run to completion on notifying stale PRs, we can enable its PR closing behavior.
This commit is contained in:
parent
681531d0e5
commit
4c6cb13f7f
Notes:
github-actions[bot]
2024-12-07 21:11:09 +00:00
Author: https://github.com/gmta
Commit: 4c6cb13f7f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/stale.yml
vendored
3
.github/workflows/stale.yml
vendored
|
@ -31,8 +31,7 @@ jobs:
|
|||
closed in 7 days if no further activity occurs. Thank you for your contributions!
|
||||
|
||||
# PRs get closed after 30 days (21 + 7) of inactivity (currently disabled)
|
||||
# FIXME: change to 7 days after first run
|
||||
days-before-pr-close: -1
|
||||
days-before-pr-close: 7
|
||||
close-pr-message: >
|
||||
This pull request has been closed because it has not had recent activity. Feel free to re-open if you
|
||||
wish to still contribute these changes. Thank you for your contributions!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue