Skip to content

chore: release {{version}} #7

chore: release {{version}}

chore: release {{version}} #7

Workflow file for this run

---

Check failure on line 1 in .github/workflows/semantic-prs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semantic-prs.yml

Invalid workflow file

(Line: 15, Col: 25): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
name: semantic-pr-lint
on:
pull_request_target:
types: [opened, edited, reopened]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }