Add new Vite builder entry for future SB versions #1472
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR Labels | |
on: | |
pull_request: | |
types: [opened, labeled, unlabeled, synchronize] | |
permissions: {} | |
jobs: | |
check-labels: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 20 | |
- uses: chromaui/pr-label-checker-action@main | |
with: | |
one-of: | | |
major, minor, patch | |
release, skip-release | |
none-of: DO NOT MERGE |