Skip to content

iulianpascalau/test-pr-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing the gh pr commands

Setup

Install gh & authenticate:

sudo apt install gh
gh auth login

Create a PR

git checkout <branch>
gh pr create --title "Updated readme.md - testing" --body "Testing the 'gh pr' commands in a dummy PR"

Handling checks

Getting check status

gh pr checks <PR number>

Merge PR

gh pr merge <PR number>

About

Testing the `gh pr` commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published