Skip to content

Commit

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

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
muiriswoulfe and github-actions[bot] committed Jul 17, 2023
1 parent a6c2ee0 commit b86fbdd
Show file tree
Hide file tree
Showing 16 changed files with 107,973 additions and 89,466 deletions.
15 changes: 15 additions & 0 deletions .github/azure-devops/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ stages:
env:
# Azure DevOps Personal Access Token (PAT) with the Agent Pools (Read & Manage) permission.
PR_METRICS_ACCESS_TOKEN: $(GITHUB_PAT)
with:
file-matching-patterns: |
**/*
!dist/*
!package-lock.json
- job: PRMetrics_Ubuntu
displayName: PR Metrics – Ubuntu
Expand All @@ -57,6 +62,11 @@ stages:
env:
# Azure DevOps Personal Access Token (PAT) with the Agent Pools (Read & Manage) permission.
PR_METRICS_ACCESS_TOKEN: $(GITHUB_PAT)
with:
file-matching-patterns: |
**/*
!dist/*
!package-lock.json
- job: PRMetrics_Windows
displayName: PR Metrics – Windows
Expand All @@ -78,6 +88,11 @@ stages:
env:
# Azure DevOps Personal Access Token (PAT) with the Agent Pools (Read & Manage) permission.
PR_METRICS_ACCESS_TOKEN: $(GITHUB_PAT)
with:
file-matching-patterns: |
**/*
!dist/*
!package-lock.json
- job: Compliance
displayName: Compliance
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ jobs:
uses: ./
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file-matching-patterns: |
**/*
!dist/*
!package-lock.json
validate:
name: Validate
Expand Down
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: '4'
default: '6'
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 || 4 }}
patch: ${{ inputs.patch || 6 }}

...
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.4
1.5.5
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/PR-Metrics@v1.5.4
uses: microsoft/PR-Metrics@v1.5.5
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/PR-Metrics@v1.5.4
uses: microsoft/PR-Metrics@v1.5.5
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b86fbdd

Please sign in to comment.