Skip to content

feat: Fix repo URLs in version information dialog #632

feat: Fix repo URLs in version information dialog

feat: Fix repo URLs in version information dialog #632

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
types
i18n
requireScope: false
ignoreLabels: |
bot
ignore-semantic-pull-request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}