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.11 #464

Merged
merged 7 commits into from Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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: '11'
default: '12'
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 || 11 }}
patch: ${{ inputs.patch || 12 }}

...
2 changes: 1 addition & 1 deletion .github/workflows/support/release-trigger.txt
@@ -1 +1 @@
1.5.10
1.5.11
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.10
uses: microsoft/PR-Metrics@v1.5.11
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.10
uses: microsoft/PR-Metrics@v1.5.11
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.10",
"loc.friendlyName": "PR Metrics v1.5.11",
"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: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "prmetrics",
"publisher": "ms-omex",
"version": "1.5.10",
"version": "1.5.11",
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"main": "dist/index.js",
"scripts": {
Expand Down
4,511 changes: 0 additions & 4,511 deletions src/LICENSE.txt

Large diffs are not rendered by default.

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.10",
"loc.friendlyName": "PR Metrics v1.5.11",
"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.10',
userAgent: 'PRMetrics/v1.5.11',
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.10",
"friendlyName": "PR Metrics v1.5.11",
"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": 10
"Patch": 11
},
"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": 10
"Patch": 11
},
"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.10'
const expectedUserAgent: string = 'PRMetrics/v1.5.11'

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.10",
"version": "1.5.11",
"publisher": "ms-omex",
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"public": true,
Expand Down