DEV Community

MindaugasLaganeckas
MindaugasLaganeckas

Posted on

Create Pull Request (only)

Create Pull Request against another or the same repository. There is no extra functionality. If the Pull Request already exists, the action exits without failing.

    - name: Make a PR
      uses: MindaugasLaganeckas/create-pull-request@v1
      with:
        token: ${{ secrets.SUPER_SECRET }}
        owner: ${{ env.OWNER }}
        repo: ${{ env.REPO }}
        headBranch: ${{ env.DEST_BRANCH }}
        title: "Install Release Drafter"
Enter fullscreen mode Exit fullscreen mode

Submission Category:

Maintainer Must-Haves

Yaml File or Link to Code

https://github.com/mindaugaslaganeckas/create-pull-request/

Top comments (0)