Skip to content

Box: fix bug introduced in https://github.com/pinterest/gestalt/pull/3822 #13739

Box: fix bug introduced in https://github.com/pinterest/gestalt/pull/3822

Box: fix bug introduced in https://github.com/pinterest/gestalt/pull/3822 #13739

Workflow file for this run

name: Semver
# https://semver.org/
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
requireLabel:
name: Require Label
runs-on: ubuntu-latest
steps:
- uses: zwaldowski/match-label-action@v2
with:
allowed: major release, minor release, patch release