Skip to content

Create pull request against the given branch in the given repository

License

Notifications You must be signed in to change notification settings

SorenMaagaard/create-pull-request

 
 

Repository files navigation

Create Pull Request againts another repository

Usage:

    - 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"

About

Create pull request against the given branch in the given repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%