From 79fce1139fe1cd9f6d28f84520205eda5173279b Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:14:06 +0100 Subject: [PATCH] Remove `[skip ci]` tag from PR descriptions which also makes drone skiping the CI Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 6ebfdaae..5fc28169 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -31,7 +31,7 @@ export const LABEL_TO_REVIEW = '3. to review' export const STEP_REVIEW_CONFLICTS = 'Review and resolve any conflicts' export const STEP_REMOVE_EMPTY_COMMITS = 'Remove all the empty commits' -export const STEP_AMEND_SKIP_CI = 'Amend HEAD commit to remove `[skip ci]` tag' +export const STEP_AMEND_SKIP_CI = 'Amend HEAD commit to remove the line stating to skip CI' export const WARN_CONFLICTS = 'This backport had conflicts that were resolved with the `ours` merge strategy and is likely incomplete ⚠️' export const WARN_DIFF = 'This backport\'s changes differ from the original and might be incomplete ⚠️'