Skip to content
Closed

Test PR #1794

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions evergreen/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ timeout:
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.
Copy link
Contributor

Choose a reason for hiding this comment

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

I disagree 😁

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.
Copy link
Contributor

Choose a reason for hiding this comment

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

I disagree as well

functions:

fetch-source:
Expand Down
Loading