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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ jobs:
30
30
const body = pr.body || '';
31
31
32
32
// List of mandatory PR sections
33
-
const requiredSections = [
33
+
const requiredSections =
34
+
[
34
35
{
35
36
header: '## Backport',
36
37
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.'
0 commit comments