Skip to content

[Validator] Check size of PSV. #1780

[Validator] Check size of PSV.

[Validator] Check size of PSV. #1780

name: 'PR description checker'
on:
pull_request_target:
types:
- opened
- edited
- reopened
- labeled
- unlabeled
jobs:
check-pr-description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jadrol/pr-description-checker-action@v1.0.0
id: description-checker
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}