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
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…
Reference in a new issue