mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
CI: Don't run merge conflict labeler on forks
This commit is contained in:
committed by
Jelle Raaijmakers
parent
980e715668
commit
373b2838db
Notes:
github-actions[bot]
2025-10-15 08:37:23 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/373b2838dbd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6480
3
.github/workflows/merge-conflict-labeler.yml
vendored
3
.github/workflows/merge-conflict-labeler.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user