Skip to content

fix(health-check): correct shared workflow ref from @repo-check/latest to @repository-check#33486

Closed
Copilot wants to merge 1 commit intocopilot/log-progress-for-issue-3754from
copilot/sub-pr-33483
Closed

fix(health-check): correct shared workflow ref from @repo-check/latest to @repository-check#33486
Copilot wants to merge 1 commit intocopilot/log-progress-for-issue-3754from
copilot/sub-pr-33483

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 4, 2026

health-check.yml on 26_1 was invoking the shared repository-check workflow with a stale ref tag, causing it to target the wrong ref.

  • Updated uses ref from @repo-check/latest@repository-check
# Before
uses: DevExpress/github-actions/.github/workflows/repository-check.yml@repo-check/latest

# After
uses: DevExpress/github-actions/.github/workflows/repository-check.yml@repository-check

Note: 25_1 and 25_2 branches do not have health-check.yml and require separate PRs to add it.

Copilot AI changed the title [WIP] Fix health check workflow reference to correct repository tag fix(health-check): correct shared workflow ref from @repo-check/latest to @repository-check May 4, 2026
Copilot finished work on behalf of IlyaKhD May 4, 2026 12:32
Copilot AI requested a review from IlyaKhD May 4, 2026 12:32
@IlyaKhD IlyaKhD closed this May 4, 2026
@IlyaKhD IlyaKhD deleted the copilot/sub-pr-33483 branch May 4, 2026 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants