Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ⚠️'
Expand Down