Skip to content

Commit

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
muiriswoulfe and github-actions[bot] authored Oct 4, 2023
1 parent 8e92348 commit e86b71a
Show file tree
Hide file tree
Showing 16 changed files with 2,931 additions and 138,844 deletions.
5 changes: 3 additions & 2 deletions .github/azure-devops/PoliCheckExclusions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<PoliCheckExclusions>
<Exclusion Type="FileName">PACKAGE-LOCK.JSON</Exclusion>
<Exclusion Type="FolderPathStart">\DIST\</Exclusion>
<Exclusion Type="FileName">LICENSE.txt|PACKAGE-LOCK.JSON</Exclusion>
<Exclusion Type="FolderPathStart">\DIST\</Exclusion><PoliCheckExclusions>
</PoliCheckExclusions>
</PoliCheckExclusions>
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: '7'
default: '8'
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 || 7 }}
patch: ${{ inputs.patch || 8 }}

...
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.6
1.5.7
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].6
uses: microsoft/[email protected].7
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].6
uses: microsoft/[email protected].7
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit e86b71a

Please sign in to comment.