Skip to content

PR size

PR size #3

Workflow file for this run

---
jobs:
pr-size:
name: 'PR size'
runs-on: 'ubuntu-latest'
steps:
- if: '${{ github.event_name != ''merge_group'' }}'
uses: 'econia-labs/common/.github/actions/pr-size@ECO-2962'
with:
max_lines_added: '${{ vars.PR_SIZE_MAX_LINES_ADDED }}'
max_lines_removed: '${{ vars.PR_SIZE_MAX_LINES_REMOVED }}'
n_override_approvals: '${{ vars.PR_SIZE_N_OVERRIDE_APPROVALS }}'
name: 'PR size'
'on':
merge_group: null
pull_request: null
pull_request_review: null
...