Skip to content

Commit 399dd60

Browse files
committed
build: replace bot with specific tasks
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent ccd7d76 commit 399dd60

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ concurrency:
1111
cancel-in-progress: true
1212

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

0 commit comments

Comments
 (0)