Skip to content

XS✔ ◾ ⬆️ github-actions: Bump microsoft/PR-Metrics from 1.5.12 to 1.5.14 #21

XS✔ ◾ ⬆️ github-actions: Bump microsoft/PR-Metrics from 1.5.12 to 1.5.14

XS✔ ◾ ⬆️ github-actions: Bump microsoft/PR-Metrics from 1.5.12 to 1.5.14 #21

Workflow file for this run

# Contributors: @wicksipedia @william-liebenberg
# < as per SSW.Rules: https://www.ssw.com.au/rules/standard-set-of-pull-request-workflows/ >
name: "PR - t-shirt size the pr"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
statuses: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: microsoft/PR-Metrics@v1.5.14
name: PR Metrics
env:
PR_METRICS_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
base-size: 200
growth-rate: 2.0
test-factor: 1.0
continue-on-error: true