From a559866453fb3b1b4a338fac20aa471cbc87f980 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Sat, 14 Oct 2023 12:16:22 -0600 Subject: [PATCH] fix: indicate that I'm not a robot --- .github/workflows/merge-conflict-labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-conflict-labeler.yml b/.github/workflows/merge-conflict-labeler.yml index df04273..0ae960c 100644 --- a/.github/workflows/merge-conflict-labeler.yml +++ b/.github/workflows/merge-conflict-labeler.yml @@ -14,6 +14,6 @@ jobs: if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target'}} with: dirtyLabel: 'merge conflict' - commentOnDirty: 'This pull request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.' - commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly." + commentOnDirty: '**[AUTOMATED MESSAGE]** 🔴 This Pull Request has merge conflicts. Please resolve the conflicts so the PR can be successfully reviewed and merged.' + commentOnClean: '**[AUTOMATED MESSAGE]** 🟢 Conflicts have been resolved.' repoToken: "${{ secrets.GH_TOKEN }}"