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/pr-verification.yml
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,8 @@ jobs:
29
29
const pr = context.payload.pull_request;
30
30
const body = pr.body || '';
31
31
32
-
// List of mandatory PR sections
33
-
const requiredSections =
34
-
[
32
+
// List of mandatory PR sections
33
+
const requiredSections = [
35
34
{
36
35
header: '## Backport',
37
36
description: '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 respectively or explain why backport is not needed.'
@@ -42,19 +41,21 @@ jobs:
42
41
},
43
42
{
44
43
header: '### Documentation',
45
-
description: 'PR description must include a "### Documentation" section. Please add this section and provide information about the documentation changes made in this PR. It's important to keep the documentation up to date with the code changes.'
44
+
description: 'PR description must include a "### Documentation" section. Please add this section and provide information about the documentation changes made in this PR. It is important to keep the documentation up to date with the code changes.'
0 commit comments