arda-cards/Check Companion PRs Merged
Verify that companion PRs from the same branch have been merged into the default branch of one or more target repositories. Useful for multi-repo projects where changes must land together.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targets | JSON array of [owner/repo, branch] pairs to check. Branch defaults to the current PR head branch when set to empty string or omitted. Example: '[["Arda-cards/documentation", ""], ["Arda-cards/operations", "custom-branch"]]' | no | [] |
| token | GitHub token with read access to pull requests in the target repositories. For private repos, use a fine-grained PAT with "Pull requests: Read" and "Metadata: Read" permissions scoped to the target repositories. | yes | — |
| continue-on-error | When "true", missing companion PRs produce a warning instead of failing the workflow step. | no | false |
Outputs
no outputs