actions-automation/pull-request-responsibility
Github-native automation for pull requests
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit May 27, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-automation/pull-request-responsibility@b6570211b656b46b51b5a8cba58cfe5fa137f3f4 # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| actions | The 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" | no | assign |
| token | A 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 | "" |
| reviewers | The 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_request | The number of reviewers to request on PRs. Provide an integer. REQUIRED to use the "request" action. | no | 0 |
Outputs
no outputs