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:
Jelle Raaijmakers 2025-06-05 16:05:37 +02:00 committed by Jelle Raaijmakers
commit 777228acca
Notes: github-actions[bot] 2025-06-05 14:52:41 +00:00

View file

@ -10,6 +10,7 @@ on:
jobs: jobs:
stale: stale:
runs-on: blacksmith-2vcpu-ubuntu-2404 runs-on: blacksmith-2vcpu-ubuntu-2404
if: github.repository == 'LadybirdBrowser/ladybird'
permissions: permissions:
actions: write # required for cache management (see https://github.com/actions/stale/issues/1133) actions: write # required for cache management (see https://github.com/actions/stale/issues/1133)
pull-requests: write pull-requests: write