Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

⚙️ A GitHub Action to checkout a pull request with ability to push back

License

Notifications You must be signed in to change notification settings

dawidd6/action-checkout-pr

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkout PR Github Action

An action that fetches and checks out a pull request branch leaving an ability to push made changes back to it, using provided token for the push.

It's basically hub pr checkout command, but as an Action.

This Action is meant to be used with actions/checkout.

Usage

- name: Checkout repo
  uses: actions/checkout@v2
  with:
    token: ${{secrets.TOKEN}}
- name: Checkout PR
  uses: dawidd6/action-checkout-pr@v1
  with:
    pr: 99