Skip to content

ci: fix a typo in python-ci.yml #33

ci: fix a typo in python-ci.yml

ci: fix a typo in python-ci.yml #33

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