Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 462 Bytes

GITHUB TOOL

Comment or approve PRs in one time

  • Set ACCESS_TOKEN and REPO_NAME environment variables
  • Open irb -r ./gh_tool.rb
  • Approve PRs by approve_prs([1234]). Note that 1234 is a PR number to approve.
  • Comment PRs by comment_prs([1234, 5678], '@dependabot rebase').