fix(pushover): add optional_int function, return None for empty strings and update priority argument type #5

Merged
luke merged 2 commits from bugfix/errors into main 2026-03-13 20:49:45 +00:00
Showing only changes of commit f34c3b96e4 - Show all commits

View File

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