Skip to content

Fix SubmitStabilityJob: use workflow filename instead of display name with leading space#8259

Merged
mazhelez merged 1 commit into
mainfrom
copilot/fix-issue-26207245004
May 21, 2026
Merged

Fix SubmitStabilityJob: use workflow filename instead of display name with leading space#8259
mazhelez merged 1 commit into
mainfrom
copilot/fix-issue-26207245004

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 21, 2026

What & why

The "Submit Stability Job On Official Branches" workflow (run 26207245004) fails on all release branches with:

could not find any workflows named  CI/CD
Error running automation: The property 'createdAt' cannot be found on this object.

The gh CLI cannot reliably find workflows when the display name has a leading space ( CI/CD). This change uses the workflow file name (CICD.yaml) instead, which is a stable identifier that works regardless of the display name across all branches.

How I validated this

  • I read the full diff and it contains only changes I intended.
  • Confirmed the workflow file CICD.yaml exists on both main and releases/25.0 branches.
  • The gh workflow run and gh run list --workflow commands accept workflow file names as identifiers.

Risk & compatibility

None - this is a minimal change to a CI automation script. The workflow filename CICD.yaml is consistent across all branches.

AB#612711

…splay name with leading space

The gh CLI cannot reliably find workflows when the name has a leading
space (' CI/CD'). Using the file name 'CICD.yaml' is a stable
identifier that works across all branches.

Agent-Logs-Url: https://github.com/microsoft/BCApps/sessions/00d990db-ac78-4350-ba66-b31db230f8b9

Co-authored-by: mazhelez <43066499+mazhelez@users.noreply.github.com>
Copilot AI requested a review from mazhelez May 21, 2026 07:59
@mazhelez mazhelez marked this pull request as ready for review May 21, 2026 08:01
@mazhelez mazhelez requested a review from a team as a code owner May 21, 2026 08:01
@github-actions github-actions Bot added the Build: Automation Workflows and other setup in .github folder label May 21, 2026
@github-actions github-actions Bot modified the milestone: Version 29.0 May 21, 2026
@mazhelez mazhelez merged commit 76c6b85 into main May 21, 2026
50 of 54 checks passed
@mazhelez mazhelez deleted the copilot/fix-issue-26207245004 branch May 21, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build: Automation Workflows and other setup in .github folder

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants