diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-05-21 21:40:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-21 21:40:30 +0200 |
| commit | 17e2d3bb11b62ed22e42e4d2728b74ea29a9b193 (patch) | |
| tree | e2edd8defde223187ebe2b7e4be8f361bf360653 | |
| parent | e2fe5c163ae7ca12e862df70fb8d6caa14e86ef2 (diff) | |
Fix Merge Conflict Labeler
https://github.com/eps1lon/actions-label-merge-conflict#example-usage
| -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 b003636a6e..32628ac912 100644 --- a/.github/workflows/pull-request-conflict.yml +++ b/.github/workflows/pull-request-conflict.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request: + pull_request_target: issue_comment: permissions: {} |
