fix: update npm install display name to npm ci and adjust branch filter for pull requests#557
Merged
fix: update npm install display name to npm ci and adjust branch filter for pull requests#557
Conversation
…er for pull requests
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates CI/CD configurations to improve build reliability and branch management. Changes the npm install step to use npm ci and adjusts branch filtering for pull requests.
- Replace npm install with npm ci for deterministic dependency installation
- Update pull request trigger to target release branches instead of dev branches
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/ci.yml | Updates branch filter to trigger on release/* instead of dev* branches |
| .azdo/ci-pr.yaml | Changes display name from 'npm install' to 'npm ci' for consistency |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
axelsrz
approved these changes
Sep 8, 2025
rido-min
added a commit
that referenced
this pull request
Sep 8, 2025
…er for pull requests (#557) * fix: update npm install display name to npm ci and adjust branch filter for pull requests * fix: update branch filter in CI configuration to include release branches --------- Co-authored-by: Rido <nouser@gh.com>
rido-min
added a commit
that referenced
this pull request
Sep 8, 2025
* Reorder fileDownloaders execution in agentApplication (#543) * chore: update dependencies in package.json and package-lock.json (#549) Co-authored-by: Rido <nouser@gh.com> * fix: update npm install display name to npm ci and adjust branch filter for pull requests (#557) * fix: update npm install display name to npm ci and adjust branch filter for pull requests * fix: update branch filter in CI configuration to include release branches --------- Co-authored-by: Rido <nouser@gh.com> * Add citation URL to streaming response metadata (#558) * citation url * add streamingResponse tests --------- Co-authored-by: Rido <nouser@gh.com> * Restore teams-extensions (#548) * restore teams-extensions. Pending Tests verification * fixes @microsoft/agents-hosting-extensions-teams TeamsInfo.getTeamChannels wrongly typed Fixes #507 * fix: correct typos in tenantId parameter and test descriptions --------- Co-authored-by: Rido <nouser@gh.com> * fix lock * rolback deps --------- Co-authored-by: Cecilia Avila <44245136+ceciliaavila@users.noreply.github.com> Co-authored-by: Rido <nouser@gh.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.