Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

feat(gha): fix badge + build #1

feat(gha): fix badge + build

feat(gha): fix badge + build #1

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}