diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-05 11:21:17 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-05 11:21:17 +0100 |
commit | fc5398410e37868ce4d0c7679c3c58286d8473f9 (patch) | |
tree | 2eea1e2860e49d28e7d7fc3ac10077abdfdcd694 /.github/workflows/label-merge-conflict.yml | |
parent | 9742360a3c1c9435692fb36febb565130e75e65e (diff) | |
download | skyhanni-fc5398410e37868ce4d0c7679c3c58286d8473f9.tar.gz skyhanni-fc5398410e37868ce4d0c7679c3c58286d8473f9.tar.bz2 skyhanni-fc5398410e37868ce4d0c7679c3c58286d8473f9.zip |
A maintainer will no longer review the pull request shortly.
Diffstat (limited to '.github/workflows/label-merge-conflict.yml')
-rw-r--r-- | .github/workflows/label-merge-conflict.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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! 🎉" |