actions-automation/pull-request-responsibility

Github-native automation for pull requests

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 13, 2026
Maintenance Recency
Stalelast commit May 27, 2021
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-automation/pull-request-responsibility@b6570211b656b46b51b5a8cba58cfe5fa137f3f4 # 0.1.0

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

namedescriptionrequireddefault
actionsThe set of actions to be run on pull requests. If not provided, only "assign" will be run by default. Provide a comma-separated list without spaces. Examples: request,assign,merge,copy-labels-linked assign,copy-labels-linked Default: "assign" noassign
tokenA Github access token. Needed in order to read data from and write to Github. In most cases, the GITHUB_TOKEN will suffice; however, to use the full feature set of the "request" action, a properly-scoped PAT is required. no""
reviewersThe Github team to pull reviewers from. Must be a valid team name from the repository's parent organization. REQUIRED to use the "request" action. For example: "reviewers" no""
num_to_requestThe number of reviewers to request on PRs. Provide an integer. REQUIRED to use the "request" action. no0

no outputs