Skip to content

Add copilot-setup-steps to allow Copilot to build the repo#7428

Merged
Youssef1313 merged 2 commits intomainfrom
dev/ygerges/copilot
Feb 18, 2026
Merged

Add copilot-setup-steps to allow Copilot to build the repo#7428
Youssef1313 merged 2 commits intomainfrom
dev/ygerges/copilot

Conversation

@Youssef1313
Copy link
Member

No description provided.

@Youssef1313 Youssef1313 merged commit 4cb9948 into main Feb 18, 2026
8 checks passed
@Youssef1313 Youssef1313 deleted the dev/ygerges/copilot branch February 18, 2026 12:01
Copy link
Contributor

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 adds infrastructure to enable GitHub Copilot to build the repository automatically. It introduces a GitHub Actions workflow that Copilot can use to understand how to build the project, and updates the Copilot instructions with improved guidance on localization and testing.

Changes:

  • Added .github/workflows/copilot-setup-steps.yml workflow file that defines build steps for Copilot
  • Updated localization guidelines to use automatic generation of .xlf files via build instead of manual modification
  • Added prerequisite instruction to run ./build.sh -pack before running acceptance tests

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/copilot-setup-steps.yml New GitHub Actions workflow that allows Copilot to build the repository using ./build.sh
.github/copilot-instructions.md Updated localization guidelines to discourage manual .xlf file editing and added acceptance test prerequisite


steps:
- name: Checkout code
uses: actions/checkout@v5
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

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

The workflow uses actions/checkout@v5 while other workflows in this repository use actions/checkout@v4 (e.g., markdownlint.yml). For consistency with the existing codebase conventions, consider using actions/checkout@v4 instead.

Suggested change
uses: actions/checkout@v5
uses: actions/checkout@v4

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments