CI: Don't run merge conflict labeler on forks

This commit is contained in:
Jelle Raaijmakers 2025-10-15 10:34:29 +02:00 committed by Jelle Raaijmakers
parent 980e715668
commit 373b2838db
Notes: github-actions[bot] 2025-10-15 08:37:23 +00:00

View file

@ -13,9 +13,12 @@ on:
jobs:
auto-labeler:
runs-on: blacksmith-2vcpu-ubuntu-2404
if: github.repository == 'LadybirdBrowser/ladybird'
permissions:
contents: read
pull-requests: write
steps:
- uses: eps1lon/actions-label-merge-conflict@v3
with: