Skip to content

feat: pull two years worth of changes into release channel #123

feat: pull two years worth of changes into release channel

feat: pull two years worth of changes into release channel #123

name: "Semantic PR"

Check failure on line 2 in .github/workflows/semantic-pull-request.yml

View workflow run for this annotation

GitHub Actions / Semantic PR

Invalid workflow file

The workflow is not valid. .github/workflows/semantic-pull-request.yml (Line: 2, Col: 1): Unexpected value 'description'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}