diff --git a/.github/workflows/conflict-labeler.yml b/.github/workflows/conflict-labeler.yml index 68666aa755..fd832b9231 100644 --- a/.github/workflows/conflict-labeler.yml +++ b/.github/workflows/conflict-labeler.yml @@ -15,3 +15,4 @@ jobs: with: dirtyLabel: "Merge Conflict" repoToken: "${{ secrets.GITHUB_TOKEN }}" + commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."