mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
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…
Reference in New Issue
Block a user