int128/list-associated-pull-requests-action
Action to generate a list of associated pull requests by paths in monorepo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/list-associated-pull-requests-action@4a7c65e6416f48d542794cc3db409492d2033302 # v1.78.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | ${{ github.token }} |
| pull-request | Pull request to parse (experimental) | no | — |
| base | Base branch or commit | no | — |
| head | Head branch or commit | no | — |
| group-by-paths | Group pull requests by paths (Multiline) | no | — |
| show-others-group | Show others group | yes | true |
| max-fetch-commits | Maximum number of commits to fetch. Default is unlimited | no | — |
| max-fetch-days | Maximum number of days to fetch history. Default is unlimited | no | — |
Outputs
| name | description |
|---|---|
| body | List of associated pull requests (Markdown) |
| body-groups | Grouped lists of associated pull requests (Markdown) |
| body-others | Others list of associated pull requests (Markdown) |
| json | List of associated pull requests (JSON) |