arikmaor/Commits Range Action
Gets a range of commits and their related pull requests
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Dec 20, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: arikmaor/commits-range-action@a57e80a6725c406acb7e0eafdecbf315405f03ca # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token for github requests. | yes | — |
| base_revision | Base revision (commit) of the range (if empty or not found, empty lists will be returned). | no | — |
| head_revision | Head revision (commit) of the range (defaults to the head commit of the workflow context). | no | — |
| include_body | Fetch the entire body/description of pull requests | no | — |
Outputs
| name | description |
|---|---|
| result | JSON object describing the commits in pull requests in base and head branches |