Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Create pull request against the given branch in the given repository

License

Notifications You must be signed in to change notification settings

3ShapeInternal/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%