1
0
Fork 0
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:
Jelle Raaijmakers 2024-12-07 22:09:45 +01:00
parent 681531d0e5
commit 4c6cb13f7f
Notes: github-actions[bot] 2024-12-07 21:11:09 +00:00

View file

@ -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!