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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetsJSON 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[]
tokenGitHub 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-errorWhen "true", missing companion PRs produce a warning instead of failing the workflow step. nofalse

no outputs