bitswrt/Re-request Copilot Review
Re-request GitHub Copilot code review on a PR via the GraphQL requestReviewsByLogin mutation. Workaround for the org-level Ruleset gap where re-review does not auto-trigger on subsequent pushes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-number | Pull request number to re-request review on | yes | — |
| github-token | GitHub PAT with repo Pull requests: read+write permission. The default GITHUB_TOKEN may not be able to add @copilot as a reviewer under some organization policies — use a fine-grained PAT scoped to this purpose. | yes | — |
| repository | Target repository in owner/name format | no | ${{ github.repository }} |
| bot-logins | Comma-separated bot logins (each WITH the [bot] suffix) to request review from. Defaults to GitHub Copilot's review bot. Add more for multi-bot setups, e.g. "copilot-pull-request-reviewer[bot],coderabbitai[bot]". | no | copilot-pull-request-reviewer[bot] |
Outputs
| name | description |
|---|---|
| review-requested | "true" if review was re-requested successfully, "false" otherwise |
| pr-node-id | GraphQL node ID of the target PR (useful for chaining) |