diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-04-26 12:06:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 12:06:15 +0200 |
| commit | 8f1ebfc4cd02101ce190a788150eaae8c7c6926a (patch) | |
| tree | 16e52edea8c9efbc6bf9e502f64930ee1bcb7b0b /.github | |
| parent | dbaa3e458db0883c8bb3143f1b55757d15ffc376 (diff) | |
| parent | 294190bb21350810890f9bcbd3edac78c25355be (diff) | |
Merge pull request #13378 from felix920506/patch-1
Only run merge conflict labler action on pull requests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/pull-request-conflict.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-conflict.yml b/.github/workflows/pull-request-conflict.yml index 411ebf829..e6a9bf0ca 100644 --- a/.github/workflows/pull-request-conflict.yml +++ b/.github/workflows/pull-request-conflict.yml @@ -12,7 +12,7 @@ jobs: label: name: Labeling runs-on: ubuntu-latest - if: ${{ github.repository == 'jellyfin/jellyfin' }} + if: ${{ github.repository == 'jellyfin/jellyfin' && github.event.issue.pull_request }} steps: - name: Apply label uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3 |
