nubificus/Add PR git trailers
Add PR, Reviewed-by and Approved-by trailers in git commits of a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 11, 2026
- License
- None
Pinned Snippet
uses: nubificus/git-trailers@17259a95741e28bdfaddb3340656527d0708f53f # v2.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-number | Number identifying the pull request to process. Defaults to the current pull request number when used from a pull request event context. | no | — |
| user-info | Filepath to .yaml file with user info (GitHub username, name, email) | no | — |
| token | Access token used to fetch the repository and perform gh operations | — | ${{ github.token }} |
| check-only | Whether to only check if the required trailers exist | — | false |
| fail-on-missing | Whether to fail if the required trailers are missing | — | false |
| exclude-reviewers | Comma-separated list of GitHub logins to exclude from reviewer trailers | — | github-actions,github-advanced-security |
Outputs
| name | description |
|---|---|
| has-trailers | Whether the specified PR has the required trailers or not |