Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44eec0f

Browse files
feat: add pr-title workflow
1 parent14955ca commit44eec0f

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

‎.github/PULL_REQUEST_TEMPLATE.md‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,16 @@
33
##Why
44

55
##Notes
6-
<!-- Add any notes here-->
6+
<!-- 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
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Reference: https://github.com/amannn/action-semantic-pull-request
2+
name:PR title
3+
4+
on:
5+
pull_request:
6+
types:
7+
-opened
8+
-reopened
9+
-edited
10+
-synchronize
11+
12+
jobs:
13+
validate-pr-title:
14+
runs-on:ubuntu-latest
15+
steps:
16+
17+
-uses:amannn/action-semantic-pull-request@v5.4.0
18+
env:
19+
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
20+
with:
21+
requireScope:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp