feat(repo): migrate to Gitea #300

Merged
luke merged 12 commits from gitea into main 2025-01-17 00:30:02 +01:00
2 changed files with 17 additions and 8 deletions
Showing only changes of commit a3941ee9eb - Show all commits

View File

@ -8,14 +8,6 @@ on:
- reopened - reopened
jobs: 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: ci:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View 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 }}