-
Notifications
You must be signed in to change notification settings - Fork 0
Testing PR config #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added section for main reviewer checklist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements an automated reviewer checklist system that assigns different checklists based on reviewer order. The first person to add themselves as a reviewer gets the main reviewer checklist, while subsequent reviewers receive a supporting reviewer checklist.
- Changes workflow trigger from PR assignment to review requests
- Implements logic to differentiate between main and supporting reviewers based on count
- Standardizes placeholder replacement across both checklist templates
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds documentation for the new main reviewer checklist feature |
| .github/workflows/rev_checklist.md | Creates supporting reviewer checklist template |
| .github/workflows/main_rev_checklist.md | Standardizes placeholder name from __MAINREV__ to __REV__ |
| .github/workflows/main-reviewer.yml | Refactors workflow to handle both main and supporting reviewer checklists |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Intended behaviour: