Skip to content

XS✔ ◾ Template-updates #2

XS✔ ◾ Template-updates

XS✔ ◾ Template-updates #2

Workflow file for this run

# Contributors: @wicksipedia @william-liebenberg
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@v3
with:
fetch-depth: 0
- uses: microsoft/PR-Metrics@v1.5.3
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