-
Notifications
You must be signed in to change notification settings - Fork 15
XS⚠️ ◾ [Autogenerated] Release v1.7.11 #682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
| @@ -1,21 +1,21 @@ | |||
| { | |||
There was a problem hiding this comment.
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.
There was a problem hiding this 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 updates the PR Metrics extension from version 1.7.10 to version 1.7.11. It's an autogenerated release that includes version number updates across multiple configuration files and improves Git workflow operations.
Changes:
- Version numbers updated from 1.7.10 to 1.7.11 across all configuration and source files
- Git merge strategy changed from
pull.rebase falsetopull.rebase truefor better workflow handling --autostashflag added to git pull commands to handle uncommitted changes- Next release version (1.7.12) prepared in release workflow
Reviewed changes
Copilot reviewed 13 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/vss-extension.json | Updated extension version to 1.7.11 |
| src/task/tests/repos/gitHubReposInvoker.spec.ts | Updated expected user agent string to v1.7.11 |
| src/task/task.loc.json | Updated patch version to 11 |
| src/task/task.json | Updated friendly name and patch version to 1.7.11 |
| src/task/src/repos/gitHubReposInvoker.ts | Updated user agent string to v1.7.11 |
| src/task/Strings/resources.resjson/en-US/resources.resjson | Updated friendly name to v1.7.11 |
| package.json | Updated package version to 1.7.11 |
| README.md | Updated GitHub Actions usage examples to v1.7.11 |
| .github/workflows/support/release-phase-2-trigger.txt | Updated version trigger to 1.7.11 |
| .github/workflows/release-phase-1.yml | Incremented patch version to 12 for next release |
| .github/workflows/build.yml | Added git merge strategy configuration and pull with autostash |
| .github/actions/release-phase-1-internal/action.yml | Added --autostash flag to git pull command |
| .github/actions/git-setup-and-push/action.yml | Changed git merge strategy from rebase false to rebase true |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Autogenerated release for PR Metrics v1.7.11. This includes the latest dependency updates.