Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/how-tos/set-up-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,12 @@ What you put in there depends on your own use case. Do careful evaluations if yo
Some examples here:

- [CLAUDE.md on Mondo](https://github.com/monarch-initiative/mondo/blob/master/CLAUDE.md)


## NEW: enable GitHub copilot to do reviews and PRs

Change two files, as documented here:

Comment on lines +191 to +192
Copy link

Copilot AI Jul 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The instruction is vague and doesn't provide enough context. Consider specifying which two files need to be changed or providing more detailed steps instead of just referencing an external PR.

Suggested change
Change two files, as documented here:
To enable GitHub Copilot to do reviews and PRs, you need to change the following two files:
1. `.github/workflows/copilot-review.yml`: Add a workflow configuration to enable Copilot's review functionality.
2. `README.md`: Update the documentation to include instructions for using Copilot in PR reviews.
For detailed examples and context, refer to the pull request here:

Copilot uses AI. Check for mistakes.
https://github.com/obophenotype/uberon/pull/3580