Skip to content

Commit c054812

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

File tree

14 files changed

+931
-4373
lines changed

14 files changed

+931
-4373
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
major: 1
2424
minor: 6
25-
patch: 1
25+
patch: 2
2626

2727
...
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

README.md

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

115115
```YAML
116-
uses: microsoft/PR-Metrics@v1.6.0
116+
uses: microsoft/PR-Metrics@v1.6.1
117117
name: PR Metrics
118118
env:
119119
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -123,7 +123,7 @@ continue-on-error: true
123123
If you wish to modify the inputs, YAML akin the to the following can be used:
124124

125125
```YAML
126-
uses: microsoft/PR-Metrics@v1.6.0
126+
uses: microsoft/PR-Metrics@v1.6.1
127127
name: PR Metrics
128128
env:
129129
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dist/index.js

Lines changed: 18 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
5+
"loc.friendlyName": "PR Metrics v1.6.1",
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)