mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
CI: Only run stalebot on the Ladybird repository
Let's not annoy people who fork the repository with a job that will never be able to run.
This commit is contained in:
parent
6e8057057e
commit
777228acca
Notes:
github-actions[bot]
2025-06-05 14:52:41 +00:00
Author: https://github.com/gmta
Commit: 777228acca
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5007
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
|||
jobs:
|
||||
stale:
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||
permissions:
|
||||
actions: write # required for cache management (see https://github.com/actions/stale/issues/1133)
|
||||
pull-requests: write
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue