fix(ci): switch to custom action
This commit is contained in:
parent
2790eb1370
commit
1086eb3d18
@ -15,20 +15,6 @@ jobs:
|
|||||||
name: Validate PR Title
|
name: Validate PR Title
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# - name: PR Conventional Commit Validation
|
- uses: https://git.tainton.uk/actions/conventional-commits-docker-action@v1.0.0
|
||||||
# uses: ytanikin/pr-conventional-commits@1.4.0
|
|
||||||
# with:
|
|
||||||
# task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
|
|
||||||
# add_label: 'false'
|
|
||||||
|
|
||||||
# DOES NOT WORK WITH GITEA
|
|
||||||
- uses: amannn/action-semantic-pull-request@v5
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ gitea.token }}
|
|
||||||
with:
|
with:
|
||||||
requireScope: true
|
commit-message: ${{ gitea.event.pull_request.title }}
|
||||||
wip: true
|
|
||||||
validateSingleCommit: true
|
|
||||||
validateSingleCommitMatchesPrTitle: true
|
|
||||||
githubBaseUrl: https://git.tainton.uk/api/v1
|
|
||||||
ignoreLabels: ignore/semantic-pr-title
|
|
||||||
|
Loading…
Reference in New Issue
Block a user