Skip to content

Commit 43c4af4

Browse files
committed
build: replace bot with specific tasks
1 parent ccd7d76 commit 43c4af4

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
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

.github/auto-me-bot.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
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

0 commit comments

Comments
 (0)