File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-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,22 @@ concurrency:
1111 cancel-in-progress : true
1212
1313jobs :
14+ task-check :
15+ name : Check task completion
16+ permissions :
17+ pull-requests : read
18+ runs-on : ubuntu-latest
19+ steps :
20+ - uses : kentaro-m/task-completed-checker-action@v0.1.2
21+ with :
22+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
23+ conventional-commits :
24+ name : Validate PR title
25+ runs-on : ubuntu-latest
26+ steps :
27+ - uses : amannn/action-semantic-pull-request@v5
28+ env :
29+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1430 test :
1531 runs-on : ubuntu-latest
1632 name : Lint and test project
You can’t perform that action at this time.
0 commit comments