Skip to content

Commit

Permalink
XS⚠️ ◾ [Autogenerated] Release v1.5.9 (#433)
Browse files Browse the repository at this point in the history
Autogenerated release for PR Metrics v1.5.9.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
muiriswoulfe and github-actions[bot] authored Oct 31, 2023
1 parent 7cf113f commit cbfff3f
Show file tree
Hide file tree
Showing 14 changed files with 1,429 additions and 1,358 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-phase-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
required: true
type: string
patch:
default: '9'
default: '10'
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 || 9 }}
patch: ${{ inputs.patch || 10 }}

...
2 changes: 1 addition & 1 deletion .github/workflows/support/release-trigger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.8
1.5.9
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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/[email protected].8
uses: microsoft/[email protected].9
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/[email protected].8
uses: microsoft/[email protected].9
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 6 additions & 6 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/resources.resjson
Original file line number Diff line number Diff line change
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.8",
"loc.friendlyName": "PR Metrics v1.5.9",
"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
825 changes: 433 additions & 392 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "prmetrics",
"publisher": "ms-omex",
"version": "1.5.8",
"version": "1.5.9",
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -45,9 +45,9 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@octokit/plugin-rest-endpoint-methods": "10.0.1",
"@octokit/types": "^12.0.0",
"axios": "^1.5.1",
"@octokit/plugin-rest-endpoint-methods": "10.1.2",
"@octokit/types": "^12.1.1",
"axios": "^1.6.0",
"azure-devops-node-api": "^12.1.0",
"azure-pipelines-task-lib": "^4.6.1",
"isomorphic-fetch": "^3.0.0",
Expand All @@ -66,16 +66,16 @@
"@types/glob": "^8.1.0",
"@types/isomorphic-fetch": "^0.0.38",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vercel/ncc": "^0.38.1",
"babel-plugin-transform-globalthis": "^1.0.0",
"chai": "^4.3.10",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"exitzero": "^1.0.1",
Expand All @@ -87,7 +87,7 @@
"source-map-support": "^0.5.21",
"tfx-cli": "^0.16.0",
"ts-mockito": "^2.6.1",
"typedoc": "^0.25.2",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
},
"overrides": {
Expand Down
1,904 changes: 967 additions & 937 deletions src/LICENSE.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/task/Strings/resources.resjson/en-US/resources.resjson
Original file line number Diff line number Diff line change
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.8",
"loc.friendlyName": "PR Metrics v1.5.9",
"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
Original file line number Diff line number Diff line change
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.8',
userAgent: 'PRMetrics/v1.5.9',
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
Original file line number Diff line number Diff line change
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.8",
"friendlyName": "PR Metrics v1.5.9",
"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": 8
"Patch": 9
},
"instanceNameFormat": "PR Metrics",
"showEnvironmentVariables": true,
Expand Down
2 changes: 1 addition & 1 deletion src/task/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 5,
"Patch": 8
"Patch": 9
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"showEnvironmentVariables": true,
Expand Down
2 changes: 1 addition & 1 deletion src/task/tests/repos/gitHubReposInvoker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('gitHubReposInvoker.ts', function (): void {
let octokitWrapper: OctokitWrapper
let runnerInvoker: RunnerInvoker

const expectedUserAgent: string = 'PRMetrics/v1.5.8'
const expectedUserAgent: string = 'PRMetrics/v1.5.9'

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

0 comments on commit cbfff3f

Please sign in to comment.