We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1135930 commit 1153effCopy full SHA for 1153eff
.github/PULL_REQUEST_TEMPLATE.md
@@ -3,4 +3,16 @@
3
## Why
4
5
## Notes
6
-<!-- Add any notes here -->
+<!-- Add any notes here -->
7
+
8
+## Labels
9
10
+Assign the following labels to the PR:
11
12
+`security` - to trigger image scanning in CI build
13
14
+## PR Comments
15
16
+Add the following comments to the PR:
17
18
+`/e2e` - to trigger E2E build
.github/workflows/validate-pr-title.yaml
@@ -0,0 +1,21 @@
1
+## Reference: https://github.com/amannn/action-semantic-pull-request
2
+name: PR title
+on:
+ pull_request:
+ types:
+ - opened
+ - reopened
+ - edited
+ - synchronize
+jobs:
+ validate-pr-title:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: amannn/[email protected]
+ env:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
+ with:
21
+ requireScope: false
0 commit comments