Skip to content

Help Page

Help Page #12

<<<<<<< HEAD
name: 'Release: Prepare PR'

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
push:
branches: [ develop ]
=======
name: "Release: Prepare PR"
on:
push:
branches: [develop]
>>>>>>> afb000d3a3ee90a677a2580d82fe3a432d1c1933
permissions:
contents: read
pull-requests: write
jobs:
release-prepare:
<<<<<<< HEAD
runs-on: ubuntu-latest
steps:
- uses: JarvusInnovations/infra-components@channels/github-actions/release-prepare/latest
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
release-branch: main
=======
runs-on: ubuntu-latest
steps:
- uses: JarvusInnovations/infra-components@channels/github-actions/release-prepare/latest
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
release-branch: main
>>>>>>> afb000d3a3ee90a677a2580d82fe3a432d1c1933