File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 22
33> Describe what you did and why.
44
5- ** Related issue (if any):** fixes #issue_number_goes_here
5+ ** Related issues (if any):**
6+
7+ - fixes: #issue_number_goes_here
68
79## Checklist
810
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ concurrency:
1111 cancel-in-progress : true
1212
1313jobs :
14+ task-check :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : kentaro-m/task-completed-checker-action@v0.1.2
18+ with :
19+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
20+ conventional-commits :
21+ name : Validate PR title
22+ runs-on : ubuntu-latest
23+ steps :
24+ - uses : amannn/action-semantic-pull-request@v5
25+ env :
26+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1427 test :
1528 runs-on : ubuntu-latest
1629 name : Lint and test project
You can’t perform that action at this time.
0 commit comments