fix(pushover): add optional_int function, return None for empty strings and update priority argument type (#5)
All checks were successful
Release / Create Release (push) Successful in 29s
Release / Print Release (push) Successful in 1s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-13 20:49:44 +00:00
parent d4aab75f9c
commit 8dc74aed03
2 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
name: Conventional Commit
name: Validate PR Title
on:
pull_request:
types:
@@ -8,7 +8,9 @@ on:
- reopened
jobs:
validate_pr_title:
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/conventional-commit.yml@main
with:
commit_message: ${{ gitea.event.pull_request.title }}
validate:
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0
with:
commit-message: ${{ gitea.event.pull_request.title }}