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-description-validation.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jobs:
22
22
runs-on: ubuntu-latest
23
23
steps:
24
24
- name: Checkout code
25
-
uses: actions/checkout@v6
25
+
uses: actions/checkout@v7
26
26
27
27
- name: Check PR description
28
28
uses: actions/github-script@v9
@@ -52,6 +52,10 @@ jobs:
52
52
header: '## Backports',
53
53
description: 'PR description must include a "## Backports" section. Please add this section and provide information about this PR backport to develop, develop-2.0.0 or develop-3.x.x branch respectively or explain why backport is not needed.'
54
54
},
55
+
{
56
+
header: '## Up-port',
57
+
description: 'PR description must include a "## Up-port" section. Please add this section and provide information about this PR up-port to develop-3.0.0 branch or explain why up-port is not needed.'
58
+
},
55
59
{
56
60
header: '## Testing & QA',
57
61
description: 'PR description must include a "## Testing & QA" section. Please add this section and provide information about the testing performed for this PR. It can range from adding unit tests to full samples and is needed from QA side to analyze PRs while Playtesting for the release.'
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
0 commit comments