Skip to content

Conversation

@muiriswoulfe
Copy link
Member

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

muiriswoulfe and others added 5 commits January 15, 2026 16:50
Add --global flag to pull.rebase config in git-setup-and-push action
and add merge strategy step to build workflow to ensure consistent
git configuration across all workflow contexts.
@muiriswoulfe muiriswoulfe requested a review from a team as a code owner January 16, 2026 10:39
@muiriswoulfe muiriswoulfe added the release Updates to enable a new release label Jan 16, 2026
Copilot AI review requested due to automatic review settings January 16, 2026 10:39
@muiriswoulfe muiriswoulfe added the release Updates to enable a new release label Jan 16, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 16, 2026

PR Metrics

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

Lines
Product Code 3
Test Code 1
Subtotal 4
Ignored Code 173
Total 177

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.11 XS✔ ◾ [Autogenerated] Release v1.7.11 Jan 16, 2026
@@ -1,21 +1,21 @@
{
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
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 PR bumps PR Metrics from version 1.7.10 to 1.7.11 as part of an autogenerated release process. It includes dependency updates and workflow improvements to the Git merge strategy.

Changes:

  • Version bump from 1.7.10 to 1.7.11 across all configuration files and source code
  • Dependency updates including @actions/core, azure-pipelines-task-lib, TypeScript ESLint packages, and various dev dependencies
  • Git workflow improvements to use rebase strategy instead of merge commits

Reviewed changes

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

Show a summary per file
File Description
src/vss-extension.json Updates extension version to 1.7.11
src/task/tests/repos/gitHubReposInvoker.spec.ts Updates expected user agent string in test to match new version
src/task/task.loc.json Updates patch version to 11
src/task/task.json Updates friendly name and patch version to 1.7.11
src/task/src/repos/gitHubReposInvoker.ts Updates user agent string to v1.7.11
src/task/Strings/resources.resjson/en-US/resources.resjson Updates localized friendly name to v1.7.11
package.json Bumps version and updates multiple dependencies
package-lock.json Updates lockfile to reflect new dependency versions
README.md Updates documentation examples to reference v1.7.11
.github/workflows/support/release-phase-2-trigger.txt Updates version trigger to 1.7.11
.github/workflows/release-phase-1.yml Increments patch version to 12 for next release
.github/workflows/build.yml Adds rebase merge strategy and pull step
.github/actions/release-phase-1-internal/action.yml Changes git pull to use rebase with autostash
.github/actions/git-setup-and-push/action.yml Changes merge strategy from false to true for rebase

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +79 to +89
- if: ${{ github.actor != 'dependabot[bot]' && steps.detect-changes.outputs.NO_CHANGES_PRESENT == 'False' }}
name: Git – Set Merge Strategy
run: git config --global pull.rebase true

- if: ${{ github.actor != 'dependabot[bot]' && steps.detect-changes.outputs.NO_CHANGES_PRESENT == 'False' }}
name: Git – Commit Changed Files
run: git commit -m "Fixing linting, Updating dist folder"

- if: ${{ github.actor != 'dependabot[bot]' && steps.detect-changes.outputs.NO_CHANGES_PRESENT == 'False' }}
name: Git – Pull Changed Files
run: git pull --rebase --autostash
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

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

The merge strategy is configured at step 81, but the pull at step 89 already specifies --rebase explicitly. The git config step could potentially be removed or consolidated since the pull command already declares its rebase behavior. This creates redundancy where the same configuration is set in two places.

Copilot uses AI. Check for mistakes.
@microsoft microsoft deleted a comment from github-actions bot Jan 16, 2026
@microsoft microsoft deleted a comment from github-actions bot Jan 16, 2026
@omex-github-bot-external omex-github-bot-external changed the title XS✔ ◾ [Autogenerated] Release v1.7.11 XS⚠️ ◾ [Autogenerated] Release v1.7.11 Jan 16, 2026
@muiriswoulfe muiriswoulfe deleted the release/v1.7.11-phase-1 branch January 16, 2026 11:01
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