Skip to content

Conversation

@muiriswoulfe
Copy link
Member

Autogenerated release for PR Metrics v1.7.6. This includes the latest dependency updates.

Muiris Woulfe and others added 30 commits July 22, 2025 12:56
…eintroduce runner hardening and checkout steps
Copilot AI review requested due to automatic review settings July 28, 2025 12:53
@muiriswoulfe muiriswoulfe added the release Updates to enable a new release label Jul 28, 2025
@muiriswoulfe muiriswoulfe requested a review from a team as a code owner July 28, 2025 12:53
@muiriswoulfe muiriswoulfe added the release Updates to enable a new release label Jul 28, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jul 28, 2025

PR Metrics

Thanks for keeping your pull request small.
Thanks for adding tests.

Lines
Product Code 1
Test Code 1
Subtotal 2
Ignored Code 530
Total 532

Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs!

@github-actions github-actions bot changed the title [Autogenerated] Release v1.7.6 XS✔ ◾ [Autogenerated] Release v1.7.6 Jul 28, 2025
@@ -1,8 +1,8 @@
{
"$schema": "https://json.schemastore.org/resjson.json",
Copy link
Contributor

Choose a reason for hiding this comment

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

This file doesn't require review.

@@ -1,19 +1,19 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

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

This file doesn't require review.

Copy link

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 PR bumps PR Metrics from version 1.7.4 to 1.7.6, updating version numbers across all configuration files and dependencies. The release includes dependency updates and restructures the release workflow into phases.

  • Updates version from 1.7.4 to 1.7.6 across all configuration files
  • Updates dependencies including axios, TypeScript ESLint, and other dev dependencies
  • Restructures release workflow from single-phase to multi-phase approach

Reviewed Changes

Copilot reviewed 19 out of 22 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/vss-extension.json Updates extension version to 1.7.6
src/task/task.json Updates task version and friendly name to 1.7.6
src/task/task.loc.json Updates localization task version to 1.7.6
src/task/tests/repos/gitHubReposInvoker.spec.ts Updates expected user agent string to v1.7.6
src/task/src/repos/gitHubReposInvoker.ts Updates user agent string to v1.7.6
src/task/Strings/resources.resjson/en-US/resources.resjson Updates localized friendly name to v1.7.6
package.json Updates package version and dependencies, removes test:fast and update:package scripts
README.md Updates usage examples to reference v1.7.6
.github/workflows/support/release-trigger.txt Removes old trigger file
.github/workflows/support/release-phase-3-trigger.txt Adds new phase 3 trigger file
.github/workflows/support/release-phase-2-trigger.txt Adds new phase 2 trigger file
.github/workflows/support/release-phase-2-comment.md Updates release instructions for new workflow
.github/workflows/release-phase-3.yml Adds new phase 3 release workflow
.github/workflows/release-phase-2.yml Restructures phase 2 release workflow
.github/workflows/release-phase-1.yml Updates patch version for next release
.github/workflows/release-phase-1-internal.yml Refactors release workflow to use composite actions
.github/actions/release-phase-1-internal/action.yml Adds new composite action for release phase 1
.github/actions/git-setup-and-push/action.yml Adds new composite action for git operations
.editorconfig Updates file pattern for release trigger files

"mocha": "11.7.1",
"ncp": "2.0.0",
"npm-check-updates": "18.0.1",
"npm-check-updates": "^18.0.2",
Copy link

Copilot AI Jul 28, 2025

Choose a reason for hiding this comment

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

[nitpick] The caret (^) prefix for npm-check-updates version is inconsistent with other dependencies that use exact versions. Consider using exact version "18.0.2" to maintain consistency.

Suggested change
"npm-check-updates": "^18.0.2",
"npm-check-updates": "18.0.2",

Copilot uses AI. Check for mistakes.
@@ -0,0 +1 @@
1.7.5 No newline at end of file
Copy link

Copilot AI Jul 28, 2025

Choose a reason for hiding this comment

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

The version in release-phase-3-trigger.txt is 1.7.5, but this PR is for version 1.7.6. This inconsistency could cause the wrong version to be released in phase 3.

Suggested change
1.7.5
1.7.6

Copilot uses AI. Check for mistakes.
@muiriswoulfe muiriswoulfe deleted the release/v1.7.6-phase-1 branch July 28, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Updates to enable a new release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants