Skip to content

Commit c27633f

Browse files
chore: sync workflows
1 parent 48a2d62 commit c27633f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<!-- Detail of changes (please add screenshots if applicable) -->
77
<!-- ビューの変更がある場合はスクショによる比較などがあるとわかりやすい -->
88

9+
<!-- START pr-commits -->
10+
<!-- END pr-commits -->
11+
912
## Expected Impact: 影響範囲
1013
<!-- e.g. I changed this function, which might be affect that function. -->
1114
<!-- この関数を変更したのでこの機能にも影響がある、など -->

.github/workflows/pr-updated.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ jobs:
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717

18+
history:
19+
name: Pull Request Body
20+
runs-on: ubuntu-latest
21+
if: startsWith(github.event.pull_request.head.ref, 'release/')
22+
steps:
23+
- name: Pull Request Body
24+
uses: technote-space/pr-commit-body-action@v1
25+
with:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
EXCLUDE_MESSAGES: |
28+
trigger workflow
29+
Update TOC
30+
Update package version
31+
1832
assignToProject:
1933
name: Assign PullRequest to Project
2034
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)