Skip to content

Conversation

BorisDog
Copy link
Contributor

Added GitHub checks aliases for unit tests.

Added GitHub checks aliases for unit tests.
@BorisDog BorisDog requested a review from a team as a code owner October 16, 2025 19:10
@BorisDog BorisDog requested review from Copilot and papafe October 16, 2025 19:10
@BorisDog BorisDog added the chore Label to hide PR from generated Release Notes label Oct 16, 2025
Copy link

@Copilot 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 PR adds GitHub checks aliases to the Evergreen configuration to enable visibility of Evergreen build status directly in GitHub commits.

  • Added github_checks_aliases configuration section
  • Configured aliases for unit test variants to display in GitHub

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

ls -la
df -h
# Allows to see evergreen checks in GitHub commits
Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

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

Grammar correction: 'Allows to see' should be 'Allows viewing' or 'Allows you to see'.

Suggested change
# Allows to see evergreen checks in GitHub commits
# Allows you to see evergreen checks in GitHub commits

Copilot uses AI. Check for mistakes.

github_checks_aliases:
- variant: "unit-tests-.*"
task: ".*"

Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

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

Remove trailing whitespace on line 31.

Suggested change

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Label to hide PR from generated Release Notes

1 participant