mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 14:32:18 +00:00
CI: Fix Stalebot not progressing on PRs between runs
This commit is contained in:
parent
643eb1c2a6
commit
3da855e0cc
Notes:
github-actions[bot]
2024-12-07 20:44:14 +00:00
Author: https://github.com/gmta
Commit: 3da855e0cc
1 changed files with 3 additions and 2 deletions
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
|
@ -9,9 +9,10 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
# replace `uses:` below with upstream actions/stale when https://github.com/actions/stale/issues/1136 is fixed
|
||||
- uses: itchyny/actions-stale@0980a21d84c23bd4d8c62b0958f47f25822286f2
|
||||
with:
|
||||
# Leave issues alone.
|
||||
days-before-issue-stale: -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue