Skip to content

feat: add semantic release support #3

feat: add semantic release support

feat: add semantic release support #3

Workflow file for this run

name: PR Size Check
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
check-pr-size:
runs-on: ubuntu-latest
name: Check PR Size
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check PR Size
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
small-threshold: 100
medium-threshold: 300
large-threshold: 600
comment-on-large: true