Skip to content

Commit 2f3f41f

Browse files
XS⚠️ ◾ [Autogenerated] Release v1.7.0 (#588)
Autogenerated release for PR Metrics v1.7.0. This includes the latest dependency updates. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 70009ad commit 2f3f41f

File tree

18 files changed

+449
-462
lines changed

18 files changed

+449
-462
lines changed

.github/azure-devops/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ stages:
3232
- task: NodeTool@0
3333
displayName: Install Node.js
3434
inputs:
35-
versionSpec: 20.17.0
35+
versionSpec: 20.18.2
3636

3737
- task: Npm@1
3838
displayName: npm – Install Dependencies

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Node.js
4545
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
4646
with:
47-
node-version: 20.17.0
47+
node-version: 20.18.2
4848

4949
- name: npm – Install Dependencies
5050
run: npm ci
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Node.js
102102
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
103103
with:
104-
node-version: 20.17.0
104+
node-version: 20.18.2
105105

106106
- name: npm – Install Dependencies
107107
run: npm ci

.github/workflows/release-phase-1-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
- name: npm – Install Node.js
199199
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
200200
with:
201-
node-version: 20.17.0
201+
node-version: 20.18.2
202202

203203
- name: npm – Update Dependencies
204204
run: npx ncu -u

.github/workflows/release-phase-1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
pull-requests: write
2121
with:
2222
major: 1
23-
minor: 6
24-
patch: 7
23+
minor: 7
24+
patch: 1

.github/workflows/release-phase-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Node.js
3434
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
3535
with:
36-
node-version: 20.17.0
36+
node-version: 20.18.2
3737

3838
- name: npm – Install Dependencies
3939
run: npm ci
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.6
1+
1.7.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The default input values are expected to be appropriate for most builds.
127127
Therefore, the following YAML definition is recommended:
128128

129129
```YAML
130-
uses: microsoft/PR-Metrics@v1.6.6
130+
uses: microsoft/PR-Metrics@v1.7.0
131131
name: PR Metrics
132132
env:
133133
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -137,7 +137,7 @@ continue-on-error: true
137137
If you wish to modify the inputs, YAML akin the to the following can be used:
138138

139139
```YAML
140-
uses: microsoft/PR-Metrics@v1.6.6
140+
uses: microsoft/PR-Metrics@v1.7.0
141141
name: PR Metrics
142142
env:
143143
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dist/index.mjs

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

dist/resources.resjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/resjson.json",
33
"loc.description": "Augments pull request titles to let reviewers quickly determine PR size and test coverage.",
44
"loc.description.comment": "The description of the task.",
5-
"loc.friendlyName": "PR Metrics v1.6.6",
5+
"loc.friendlyName": "PR Metrics v1.7.0",
66
"loc.friendlyName.comment": "The name of the task.",
77
"loc.helpMarkDown": "[More information](https://aka.ms/PRMetrics/README)",
88
"loc.helpMarkDown.comment": "The Markdown-formatted help text of the task.",

0 commit comments

Comments
 (0)