Skip to content

Inputs and display refactoring #69

Inputs and display refactoring

Inputs and display refactoring #69

Workflow file for this run

name: PR Size Checker
on:
pull_request:
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 || 600 }}
filter_pattern: ${{ vars.PR_SIZE_IGNORE_PATTERN || '.*.yml|.*.json|.*.md|.*.puml|Gemfile|platformio.ini|wokwi.toml|keywords.txt|test/.*.cpp' }}