File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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<!-- この関数を変更したのでこの機能にも影響がある、など -->
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments