File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed
Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 check-pr-title :
88 name : " Check PR Title"
99 runs-on : ubuntu-latest
10+ permissions :
11+ pull-requests : read
1012 steps :
11- - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
12- uses : actions/checkout@v4
13- with :
14- persist-credentials : false
15- submodules : recursive
16- - name : " Check PR Title"
17- uses : ./.github/actions/pr-title-checker
18- with :
13+ - uses : amannn/action-semantic-pull-request@v6
14+ env :
1915 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20- pass_on_octokit_error : false
21- configuration_path : .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change 1- [submodule ".github/actions/pr-title-checker "]
2- path = .github/actions/pr-title-checker
3- url = https://github.com/thehanimo/pr-title-checker.git
You can’t perform that action at this time.
0 commit comments