Conversation
Mirror of copilot's repo-agnostic companion-pr-check workflow: a soft, non-blocking warning on PRs to staging/main when a declared cross-repo Companion PR isn't merged in lockstep. Declare via a "Companion:" trailer or a "## Companion PRs" task list. Requires the CROSS_REPO_TOKEN secret.
…d releases Mirror of copilot: on staging->main release PRs, aggregate Companion declarations from every squashed feature PR in the release (deduped). dev->staging stays single-PR.
…uire @actions/github) Mirror of copilot: companion-pr-check failed with MODULE_NOT_FOUND. Read the other repo's PR with a plain REST fetch + the PAT in the header (PAT stays read-only; commenting/labeling uses GITHUB_TOKEN).
…veat Mirror of copilot: clear() removes the has-companion label when a PR's companions are all removed; schedule default-branch caveat documented; github-script kept at @v7 to match repo convention.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Contributor
Resolve the add/add conflict in companion-pr-check.yml by keeping dev's directional-label version (requires-mothership-merge / requires-sim-merge), a strict superset of staging's has-companion version. Brings dev up to date with staging's other changes.
Mirror of copilot: remove the */30 scheduled bulk scan (greptile P2) that re-listed comments for every open staging/main PR toward the GITHUB_TOKEN rate limit. PR-driven only (companions are tagged on both sides); workflow_dispatch stays for manual full re-scans. Also surface non-404/422 label-API failures via core.warning so silent errors are observable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rename companion tags to be more descriptive
Companion: https://github.com/simstudioai/copilot/pull/311
Type of Change
Testing
Manual
Checklist