Skip to content

XS⚠️ ◾ [Autogenerated] Release v1.7.18 with Package Updates - #843

Closed
microsoft-pr-metrics[bot] wants to merge 4 commits into
mainfrom
release/v1.7.18
Closed

XS⚠️ ◾ [Autogenerated] Release v1.7.18 with Package Updates#843
microsoft-pr-metrics[bot] wants to merge 4 commits into
mainfrom
release/v1.7.18

Conversation

@microsoft-pr-metrics

Copy link
Copy Markdown
Contributor

Autogenerated release for PR Metrics v1.7.18. This includes version updates and dependency updates.

@microsoft-pr-metrics microsoft-pr-metrics Bot added the release Updates to enable a new release label Aug 19, 2026
@microsoft-pr-metrics
microsoft-pr-metrics Bot requested review from a team and a balanced review from Copilot August 19, 2026 11:40
@microsoft-pr-metrics microsoft-pr-metrics Bot added the release Updates to enable a new release label Aug 19, 2026
@microsoft-pr-metrics

Copy link
Copy Markdown
Contributor Author

Action required before merging

Check out this branch, then run the GitHub Copilot CLI agent:

copilot --agent refresh-ci-dependencies --prompt "Refresh the pinned CI/CD dependencies on this release branch."

This updates SHA-pinned GitHub Actions, Azure DevOps task versions, and Node.js runtime consistency – the pins the automated dependency updates do not cover – then commits and pushes to this branch. See .github/agents/refresh-ci-dependencies.agent.md.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

This PR appears to bump the PR Metrics extension/task release from 1.7.17 to 1.7.18 across manifests, task metadata, constants, and documentation.

Changes:

  • Updated version strings in extension/task manifests and package.json to 1.7.18
  • Updated documentation examples to reference microsoft/PR-Metrics@v1.7.18
  • Updated release trigger version, but also changed .github/release-version.json patch unexpectedly to 19

Reviewed changes

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

Show a summary per file
File Description
src/vss-extension.json Bumps extension manifest version to 1.7.18
src/task/task.loc.json Bumps task patch version to 18
src/task/task.json Bumps friendlyName and task patch version to 18
src/task/src/utilities/constants.ts Updates GitHub API user-agent version string to 1.7.18
src/task/Strings/resources.resjson/en-US/resources.resjson Updates localized friendly name to v1.7.18
package.json Bumps npm package version to 1.7.18
README.md Updates usage examples to v1.7.18
.github/release-version.json Bumps patch value to 19 (inconsistent with other files)
.github/release-publish-trigger.txt Updates publish trigger to 1.7.18

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

"major": 1,
"minor": 7,
"patch": 18
"patch": 19
* The user agent string used for GitHub API requests.
*/
export const userAgent = "PRMetrics/v1.7.17";
export const userAgent = "PRMetrics/v1.7.18";

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

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

"major": 1,
"minor": 7,
"patch": 18
"patch": 19
@microsoft-pr-metrics

microsoft-pr-metrics Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

PR Metrics

Thanks for keeping your pull request small.
⚠️ Consider adding additional tests.

Lines
Product Code 10
Test Code -
Subtotal 10
Ignored Code 681
Total 691

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

@microsoft-pr-metrics microsoft-pr-metrics Bot changed the title [Autogenerated] Release v1.7.18 with Package Updates XS⚠️ ◾ [Autogenerated] Release v1.7.18 with Package Updates Aug 19, 2026
Comment thread package-lock.json
@@ -1,52 +1,52 @@
{

Copy link
Copy Markdown
Contributor Author

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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

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

Suppressed comments (2)

src/task/src/utilities/constants.ts:29

  • The user-agent string hardcodes the app version, requiring manual edits every release and making version drift easy (especially given multiple version sources in this PR). Consider deriving this value from a single source of truth (e.g., package.json version injected at build time, or a shared generated constants file) so releases don’t require multi-file coordinated edits.
export const userAgent = "PRMetrics/v1.7.18";

src/LICENSE.txt:849

  • This adds two separate versions of the same package (@octokit/openapi-types) to the NOTICE list. If both versions are truly shipped in the built artifact, this is fine; otherwise it’s confusing and can make audits harder. Consider regenerating the license/notice file from the exact lockfile used for the shipped bundle and listing only the versions actually included.
The following npm packages may be included in this product:

 - @octokit/openapi-types@27.0.0
 - @octokit/openapi-types@28.0.0

These packages each contain the following license:

"major": 1,
"minor": 7,
"patch": 18
"patch": 19
Copilot AI review requested due to automatic review settings August 19, 2026 11:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

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

"major": 1,
"minor": 7,
"patch": 18
"patch": 19
@JustinGOSSES

Copy link
Copy Markdown

@microsoft-github-policy-service rerun

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.

3 participants