Skip to content
<<<<<<< HEAD
name: 'Release: Validate PR'

Check failure on line 2 in .github/workflows/release-validate.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-validate.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
pull_request:
branches: [ main ]
types: [ opened, edited, reopened, synchronize ]
jobs:
release-validate:
runs-on: ubuntu-latest
steps:
- uses: JarvusInnovations/infra-components@channels/github-actions/release-validate/latest
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
=======
name: "Release: Validate PR"
on:
pull_request:
branches: [main]
types: [opened, edited, reopened, synchronize]
jobs:
release-validate:
runs-on: ubuntu-latest
steps:
- uses: JarvusInnovations/infra-components@channels/github-actions/release-validate/latest
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> afb000d3a3ee90a677a2580d82fe3a432d1c1933