* Disable merge conflict detection on draft PRs

This commit is contained in:
PikachuEXE 2024-04-17 08:54:17 +08:00
parent 9815ed3da2
commit d4c7aff24b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
jobs:
main:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@releases/2.x