feat(repo): migrate to Gitea #300
@ -8,14 +8,6 @@ on:
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
validate_pr_title:
|
||||
name: Validate PR Title
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.2
|
||||
with:
|
||||
commit-message: ${{ gitea.event.pull_request.title }}
|
||||
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
17
.gitea/workflows/conventional-commit.yml
Normal file
17
.gitea/workflows/conventional-commit.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: Conventional Commit
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
validate_pr_title:
|
||||
name: Validate PR Title
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.2.3
|
||||
with:
|
||||
commit-message: ${{ gitea.event.pull_request.title }}
|
Loading…
x
Reference in New Issue
Block a user