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.15 #499

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-phase-1-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
env:
# Classic Personal Access Token (PAT) with the "repo" permission for microsoft. Fine-grained PATs will
# not work due to GitHub CLI's dependence on GraphQL.
GITHUB_TOKEN: ${{ secrets.RELEASE_PHASE_1_PR_CREATE }}
GITHUB_TOKEN: ${{ secrets.TEST_RELEASE_PHASE_1_PR_CREATE }}

- name: PR – Comment
run: gh pr comment --body-file "./.github/workflows/support/release-phase-1-comment.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-phase-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
with:
major: 1
minor: 5
patch: 15
patch: 16

...
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.14
1.5.15
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].14
uses: microsoft/[email protected].15
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].14
uses: microsoft/[email protected].15
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
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.14",
"loc.friendlyName": "PR Metrics v1.5.15",
"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
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.14",
"version": "1.5.15",
"description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
"main": "dist/index.js",
"scripts": {
Expand Down
4,651 changes: 0 additions & 4,651 deletions src/LICENSE.txt

Large diffs are not rendered by default.

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

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