bbonkr/get-overview-of-pull-request

GitHub action: Getting Overview of pull requests

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Oct 6, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: bbonkr/get-overview-of-pull-requests-action@177748287c47569c7c5b99e34dd2dc703e9fbdcd # v1.8.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
baseBase branch name of pull requestyes
headHead branch name of pull requestyes
default_branchBranch name which collects informations; default: default branch of repositoryno
github_tokenGitHub Personal Access Token. It requires REPO scope.no${{ github.token }}
ownerName of repository owner, For test. You does not need this input.no""
repoRepository name; For test. You does not need this input.no""
loggingShows logging message (Please set `true` if you want to show logging messages)no""
namedescription
titleTitle of pull request
bodyBody of pull request
labelsA comma-separated list of label names
milestoneMilestone
assigneesA comma-separated list of assignee logins
reviewersA comma-separated list of reviewer logins
pull_numberPull request number of base branch if it exists