Skip to content

Feature/move control to items #2

Feature/move control to items

Feature/move control to items #2

Workflow file for this run

name: PR Size Checker
on:
pull_request_target:
branches-ignore:
- master
jobs:
check_pr_size:
name: runner / check-pr-size
runs-on: ubuntu-latest
steps:
- uses: budougumi0617/action-pr-size-checker@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
max_added_count: ${{ vars.PR_SIZE_LIMIT }}
filter_pattern: ${{ vars.PR_SIZE_IGNORE_PATTERN }}