Skip to content

Commit de8ccaf

Browse files
committed
corrected message
1 parent 83322e8 commit de8ccaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
const pr = context.payload.pull_request;
2121
const body = pr.body || '';
2222
23-
if (!body.includes('## Backports')) {
24-
core.setFailed('PR description must include a "## Backports" section. Please add this section and provide appropriate information or explain why backports are not needed.');
23+
if (!body.includes('## Backport')) {
24+
core.setFailed('PR description must include a "## Backport" section. Please add this section and provide information about this PR backport to develop or develop-2.0.0 branch or explain why backport is not needed.');
2525
}

0 commit comments

Comments
 (0)