Skip to content

Conversation

@minggangw
Copy link
Member

@minggangw minggangw commented Sep 2, 2025

This pull request simplifies the naming convention for GitHub Actions workflows by removing verbose descriptive text and standardizing the format. The changes make workflow names more concise while maintaining clear identification of the target platform and trigger type.

  • Shortened workflow names by removing "Push to Branches" suffix
  • Standardized case formatting for ARM64 architecture (ARM64 → arm64)
  • Maintained descriptive suffixes only where necessary (Pull Request workflows)

Fix: #1250

Copilot AI review requested due to automatic review settings September 2, 2025 09:33
Copy link

Copilot AI left a 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 pull request simplifies the naming convention for GitHub Actions workflows by removing verbose descriptive text and standardizing the format. The changes make workflow names more concise while maintaining clear identification of the target platform and trigger type.

  • Shortened workflow names by removing "Push to Branches" suffix
  • Standardized case formatting for ARM64 architecture (ARM64 → arm64)
  • Maintained descriptive suffixes only where necessary (Pull Request workflows)

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/windows-push-test.yml Simplified name from "Windows - Push to Branches" to "Windows"
.github/workflows/linux-x64-push-test.yml Simplified name from "Linux x64 - Push to Branches" to "Linux x64"
.github/workflows/linux-arm64-push-test.yml Simplified name and standardized case from "Linux ARM64 - Push to Branches" to "Linux arm64"
.github/workflows/linux-arm64-pr-test.yml Standardized case from "Linux ARM64 - Pull Request" to "Linux arm64 - Pull Request"

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@minggangw minggangw merged commit 5dea755 into RobotWebTools:develop Sep 2, 2025
15 checks passed
@coveralls
Copy link

Coverage Status

coverage: 84.366% (+0.03%) from 84.335%
when pulling 80edf2c on minggangw:fix-1250-1
into fa17348 on RobotWebTools:develop.

minggangw added a commit that referenced this pull request Sep 10, 2025
This pull request simplifies the naming convention for GitHub Actions workflows by removing verbose descriptive text and standardizing the format. The changes make workflow names more concise while maintaining clear identification of the target platform and trigger type.

- Shortened workflow names by removing "Push to Branches" suffix
- Standardized case formatting for ARM64 architecture (ARM64 → arm64)
- Maintained descriptive suffixes only where necessary (Pull Request workflows)

Fix: #1250
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.

Split current actions into targeting on PR/PUSH separately

2 participants