Skip to content

ci(ECO-2964): Use common PR size action #4

ci(ECO-2964): Use common PR size action

ci(ECO-2964): Use common PR size action #4

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@main'
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
...