Skip to content
Merged
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
with:
major: 1
minor: 7
patch: 6
patch: 7
github-token: ${{ secrets.GITHUB_TOKEN }}
release-pr-create-token: ${{ secrets.RELEASE_PR_CREATE }}
2 changes: 1 addition & 1 deletion .github/workflows/support/release-phase-2-trigger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.5
1.7.6
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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].5
uses: microsoft/[email protected].6
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -137,7 +137,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].5
uses: microsoft/[email protected].6
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions dist/index.mjs

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.7.5",
"loc.friendlyName": "PR Metrics v1.7.6",
"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
Loading