Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/evergreen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.21.0
Choose a base ref
...
head repository: github/evergreen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.22.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Jul 17, 2025

  1. feat: add copilot agent setup and instructions files (#382)

    * feat: add copilot agent setup and instructions files
    
    This ensures that when we have the copilot agent writing PRs, it sets up its
    environment correctly and understands our standards for coding.
    
    - Copilot Instructions file ([docs](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks#adding-custom-instructions-to-your-repository))
    - Copilot Setup Steps ([docs](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/customizing-the-development-environment-for-copilot-coding-agent#preinstalling-tools-or-dependencies-in-copilots-environment))
    
    Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    
    * docs: formatting fixes
    
    Signed-off-by: Zack Koppert <zkoppert@github.com>
    
    * Update .github/workflows/copilot-setup-steps.yml
    
    Co-authored-by: Zack Koppert <zkoppert@github.com>
    Signed-off-by: Jason Meridth <35014+jmeridth@users.noreply.github.com>
    
    * fix: linting
    
    and fix warning about incorrect pylint disable name
    
    change `too-many-positional-arguments` to `too-many-arguments`
    
    Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    
    * fix: put the disable argument back
    
    one must upgrade pylint before running make lint. 🤦
    
    Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    Signed-off-by: Zack Koppert <zkoppert@github.com>
    Signed-off-by: Jason Meridth <35014+jmeridth@users.noreply.github.com>
    Co-authored-by: Zack Koppert <zkoppert@github.com>
    jmeridth and zkoppert authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    4229a2d View commit details
    Browse the repository at this point in the history
Loading