Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

Adds a GitHub Actions workflow to verify the build passes on pull request updates, complementing the existing Azure Pipelines CI.

  • Triggers on pull_request against main
  • Node.js 22.x, npm install + npm run build (webpack production)
  • Least-privilege permissions (contents: read)

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: chagong <831821+chagong@users.noreply.github.com>
Copilot AI changed the title [WIP] Add GitHub CI workflow for PR build verification Add GitHub Actions CI workflow for PR build verification Feb 11, 2026
Copilot AI requested a review from chagong February 11, 2026 02:12
@chagong chagong marked this pull request as ready for review February 11, 2026 02:17
Co-authored-by: wenytang-ms <75360946+wenytang-ms@users.noreply.github.com>

on:
pull_request:
branches: [main]
Copy link
Contributor

Choose a reason for hiding this comment

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

better to run again once merged this PR to main branch

@chagong chagong closed this Feb 11, 2026
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.

3 participants