diff options
| author | Bill Thornton <billt2006@gmail.com> | 2023-03-22 11:09:06 -0400 |
|---|---|---|
| committer | Bill Thornton <billt2006@gmail.com> | 2023-03-22 11:09:06 -0400 |
| commit | 09147a47cb1821bd8615764fda67ce710e69d311 (patch) | |
| tree | 4bc8bf2fd493dd18a9e89c56eab1a767430aac15 | |
| parent | 9f7418cf425ac295967ec5b826d992f69fa2fa10 (diff) | |
Add merge conflict comment
| -rw-r--r-- | .github/workflows/automation.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 4b5571c77..47abce02a 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -19,6 +19,7 @@ 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.' repoToken: ${{ secrets.JF_BOT_TOKEN }} project: |
