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"
Submission Category:
Maintainer Must-Haves
Top comments (0)