mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
CI: Don't run merge conflict labeler on forks
This commit is contained in:
parent
980e715668
commit
373b2838db
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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user