From fc5398410e37868ce4d0c7679c3c58286d8473f9 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 5 Nov 2023 11:21:17 +0100 Subject: A maintainer will no longer review the pull request shortly. --- .github/workflows/label-merge-conflict.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/label-merge-conflict.yml b/.github/workflows/label-merge-conflict.yml index d4e693f7b..6c0268d6c 100644 --- a/.github/workflows/label-merge-conflict.yml +++ b/.github/workflows/label-merge-conflict.yml @@ -22,5 +22,5 @@ jobs: dirtyLabel: "Merge Conflicts" #removeOnDirtyLabel: "PR: ready to ship" repoToken: "${{ secrets.GITHUB_TOKEN }}" - commentOnDirty: "This pull request has conflicts with the base branch. Please resolve those so we can evaluate the pull request." - commentOnClean: "Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly." + commentOnDirty: "This pull request has conflicts with the base branch \"beta\". Please resolve those so we can test out your changes." + commentOnClean: "Conflicts have been resolved! 🎉" -- cgit