Adopt self-repository syntax for internal GitHub Actions references - #766
Merged
Sun Haoran (haoranpb) merged 1 commit intoJul 31, 2026
Merged
Conversation
Co-authored-by: haoranpb <27280733+haoranpb@users.noreply.github.com>
Copilot
AI
changed the title
Adopt self-repository workflow and action references
Adopt self-repository syntax for internal GitHub Actions references
Jul 31, 2026
Copilot created this pull request from a session on behalf of
Sun Haoran (haoranpb)
July 31, 2026 08:47
View session
Sun Haoran (haoranpb)
marked this pull request as ready for review
July 31, 2026 10:21
Contributor
There was a problem hiding this comment.
Pull request overview
Adopts self-repository syntax for internal GitHub Actions references, ensuring workflows and composite actions resolve from the running commit.
Changes:
- Migrates reusable workflows to
$/.github/workflows/.... - Migrates composite actions to
$/.github/actions/.... - Removes all remaining workspace-relative internal references.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/CI.yml |
Updates CI workflow and action references. |
.github/workflows/bcal-evaluation.yml |
Updates BCal evaluation references. |
.github/workflows/claude-evaluation.yml |
Updates Claude evaluation references. |
.github/workflows/collect-and-screen.yml |
Updates Python setup action reference. |
.github/workflows/contamination-file-path-identification.yml |
Updates contamination workflow references. |
.github/workflows/copilot-evaluation.yml |
Updates Copilot evaluation references. |
.github/workflows/dataset-validation.yml |
Updates dataset validation references. |
.github/workflows/get-entries.yml |
Updates Python setup action reference. |
.github/workflows/summarize-results.yml |
Updates Python setup action reference. |
Wenjie Fan (gggdttt)
approved these changes
Jul 31, 2026
Sun Haoran (haoranpb)
deleted the
copilot/self-repository-syntax-improvements
branch
July 31, 2026 10:51
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.
Uptake the new feature: https://github.blog/changelog/2026-07-30-reference-same-repository-actions-with-self-repository-syntax/