feat(repo): migrate to Gitea (#300)

Reviewed-on: public/pypilot#300
This commit is contained in:
2025-01-17 00:30:00 +01:00
parent e78bc2db78
commit 4f78024645
36 changed files with 944 additions and 1001 deletions

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