CI: Make stalebot actually close PRs after 30 days
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / Lagom (false, FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (false, NO_FUZZ, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (true, NO_FUZZ, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (macos-14, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Push notes / build (push) Waiting to run
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: https://github.com/LadybirdBrowser/ladybird/commit/4c6cb13f7f8
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
Reference in a new issue