Skip to content

add auto-pr

add auto-pr #1

Workflow file for this run

name: Auto Create Pull Request
on:
push:
branches:
- new
jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Create Pull Request
uses: repo-sync/pull-request@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Auto PR from new to master"
pr_body: "This is an automated pull request to update the master branch with changes from the new branch."
destination_branch: "

Check failure on line 21 in .github/workflows/auto-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 21