mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00:00
CI: Don't run merge conflict labeler on forks
This commit is contained in:
parent
980e715668
commit
373b2838db
Notes:
github-actions[bot]
2025-10-15 08:37:23 +00:00
Author: https://github.com/gmta
Commit: 373b2838db
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6480
1 changed files with 3 additions and 0 deletions
3
.github/workflows/merge-conflict-labeler.yml
vendored
3
.github/workflows/merge-conflict-labeler.yml
vendored
|
@ -13,9 +13,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
auto-labeler:
|
auto-labeler:
|
||||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||||
|
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: eps1lon/actions-label-merge-conflict@v3
|
- uses: eps1lon/actions-label-merge-conflict@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue