Skip to content
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

XS⚠️ ◾ [Autogenerated] Release v1.5.12 #474

Merged
merged 5 commits into from Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-phase-1.yml
Expand Up @@ -22,7 +22,7 @@ on:
required: true
type: string
patch:
default: '12'
default: '13'
description: The patch element of the version number
required: true
type: string
Expand All @@ -38,6 +38,6 @@ jobs:
with:
major: ${{ inputs.major || 1 }}
minor: ${{ inputs.minor || 5 }}
patch: ${{ inputs.patch || 12 }}
patch: ${{ inputs.patch || 13 }}

...
2 changes: 1 addition & 1 deletion .github/workflows/support/release-trigger.txt
@@ -1 +1 @@
1.5.11
1.5.12
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -113,7 +113,7 @@ The default input values are expected to be appropriate for most builds.
Therefore, the following YAML definition is recommended:

```YAML
uses: microsoft/PR-Metrics@v1.5.11
uses: microsoft/PR-Metrics@v1.5.12
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -123,7 +123,7 @@ continue-on-error: true
If you wish to modify the inputs, YAML akin the to the following can be used:

```YAML
uses: microsoft/PR-Metrics@v1.5.11
uses: microsoft/PR-Metrics@v1.5.12
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/resources.resjson
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/resjson.json",
"loc.description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"loc.description.comment": "The description of the task.",
"loc.friendlyName": "PR Metrics v1.5.11",
"loc.friendlyName": "PR Metrics v1.5.12",
"loc.friendlyName.comment": "The name of the task.",
"loc.helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
"loc.helpMarkDown.comment": "The Markdown-formatted help text of the task.",
Expand Down
4 changes: 3 additions & 1 deletion src/LICENSE.txt
Expand Up @@ -1872,6 +1872,7 @@ THE SOFTWARE.
@octokit/types 12.5.0 - MIT
https://github.com/octokit/types.ts#readme

Copyright (c) 2019 Octokit

MIT License Copyright (c) 2019 Octokit contributors

Expand Down Expand Up @@ -1959,6 +1960,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
@types/aws-lambda 8.10.134 - MIT
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda

Copyright (c) Microsoft Corporation

MIT License

Expand Down Expand Up @@ -2702,7 +2704,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

---------------------------------------------------------

follow-redirects 1.15.5 - MIT
follow-redirects 1.15.6 - MIT
https://github.com/follow-redirects/follow-redirects

Copyright 2014-present Olivier Lalonde <olalonde@gmail.com> , James Talmage <james@talmage.io> , Ruben Verborgh
Expand Down
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/resjson.json",
"loc.description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"loc.description.comment": "The description of the task.",
"loc.friendlyName": "PR Metrics v1.5.11",
"loc.friendlyName": "PR Metrics v1.5.12",
"loc.friendlyName.comment": "The name of the task.",
"loc.helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
"loc.helpMarkDown.comment": "The Markdown-formatted help text of the task.",
Expand Down
2 changes: 1 addition & 1 deletion src/task/src/repos/gitHubReposInvoker.ts
Expand Up @@ -193,7 +193,7 @@ export default class GitHubReposInvoker extends BaseReposInvoker {

const options: OctokitOptions = {
auth: process.env.PR_METRICS_ACCESS_TOKEN,
userAgent: 'PRMetrics/v1.5.11',
userAgent: 'PRMetrics/v1.5.12',
log: {
debug: (message: string): void => this._logger.logDebug(`Octokit – ${message}`),
info: (message: string): void => this._logger.logInfo(`Octokit – ${message}`),
Expand Down
4 changes: 2 additions & 2 deletions src/task/task.json
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/azure-pipelines-task-lib/master/tasks.schema.json",
"id": "907d3b28-6b37-4ac7-ac75-9631ee53e512",
"name": "PRMetrics",
"friendlyName": "PR Metrics v1.5.11",
"friendlyName": "PR Metrics v1.5.12",
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"helpUrl": "https://aka.ms/PRMetrics/README",
"helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
Expand All @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 5,
"Patch": 11
"Patch": 12
},
"instanceNameFormat": "PR Metrics",
"showEnvironmentVariables": true,
Expand Down
2 changes: 1 addition & 1 deletion src/task/task.loc.json
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 5,
"Patch": 11
"Patch": 12
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"showEnvironmentVariables": true,
Expand Down
2 changes: 1 addition & 1 deletion src/task/tests/repos/gitHubReposInvoker.spec.ts
Expand Up @@ -27,7 +27,7 @@ describe('gitHubReposInvoker.ts', function (): void {
let octokitWrapper: OctokitWrapper
let runnerInvoker: RunnerInvoker

const expectedUserAgent: string = 'PRMetrics/v1.5.11'
const expectedUserAgent: string = 'PRMetrics/v1.5.12'

beforeEach((): void => {
process.env.PR_METRICS_ACCESS_TOKEN = 'PAT'
Expand Down
2 changes: 1 addition & 1 deletion src/vss-extension.json
Expand Up @@ -3,7 +3,7 @@
"manifestVersion": 1,
"id": "PRMetrics",
"name": "PR Metrics",
"version": "1.5.11",
"version": "1.5.12",
"publisher": "ms-omex",
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"public": true,
Expand Down