You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/backport-verification.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ jobs:
20
20
const pr = context.payload.pull_request;
21
21
const body = pr.body || '';
22
22
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.');
0 commit comments