Skip to content

Bump sizeup-core to 0.5.8 to pick up better error messaging for an invalid scoring formula. #18

Bump sizeup-core to 0.5.8 to pick up better error messaging for an invalid scoring formula.

Bump sizeup-core to 0.5.8 to pick up better error messaging for an invalid scoring formula. #18

Workflow file for this run

name: SizeUp
on: pull_request
permissions:
contents: read
issues: write
pull-requests: write
jobs:
sizeup:
name: Estimate reviewability
runs-on: ubuntu-latest
steps:
- name: Estimate pull request reviewability
uses: lerebear/sizeup-action@v0.8.2
id: sizeup-action
with:
token: "${{ secrets.GITHUB_TOKEN }}"
# Uncomment line below to use custom sizeup-action configuration.
# configuration-file-path: ".github/workflows/sizeup/config.yaml"