Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds initial guidance for Copilot-assisted reviews by outlining which generated files and workflows to skip during code review.
- Introduces a Markdown file describing repository structure and review scope.
- Specifies directories and file patterns that are auto-generated and should be excluded from manual review.
Comments suppressed due to low confidence (1)
.github/copilot-instructions.md:5
- [nitpick] For clarity, change 'files in the
.github/workflowsdirectory that starts with two underscores' to 'files whose filenames start with two underscores in the.github/workflowsdirectory'.
GitHub Actions workflows in the `.github/workflows` directory whose filenames start with two underscores (e.g. `__all-platform-bundle.yml`) are automatically generated using the `pr-checks/sync.sh` script from template files in the `pr-checks/checks` directory. Therefore, you do not need to review files in the `.github/workflows` directory that starts with two underscores. However, you should review changes to the `pr-checks` directory as well as workflows in the `.github/workflows` directory that do not start with underscores.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
esbena
approved these changes
Jun 24, 2025
Contributor
esbena
left a comment
There was a problem hiding this comment.
LGTM.
To me, this reads a lot like it has been written for and by a human. The word on the Promptcrafting street is that this might result in instructions that are harder to interpret for copilot.
Nevertheless, my position is that some tailored instructions are better than nothing. So LGTM.
Member
Author
|
Yes, we can always tweak this if it doesn't work well. |
8 tasks
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.
Merge / deployment checklist