jcantosz/Find Approved PR

Finds the first open pull request in a repository that has been approved and updates its branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub tokenno
github_app_idGitHub App IDno
github_private_keyGitHub Private Keyno
github_installation_idGitHub Installation IDno
api_urlGitHub API URLnohttps://api.github.com
repoTarget repository in format owner/repono
base_branchFilter PRs by base branch name (e.g., main, master)nomain
namedescription
pr_numberThe number of the first approved PR found
pr_titleThe title of the approved PR
pr_urlThe URL to the approved PR
branch_nameThe branch name of the approved PR
branch_updatedWhether the branch was updated (true) or not (false)
update_commit_shaThe SHA of the merge commit if branch was updated
has_conflictsWhether there were merge conflicts when trying to update the branch