Skip to content

Update msgBanner to accept JSX and update documentation. #42

Update msgBanner to accept JSX and update documentation.

Update msgBanner to accept JSX and update documentation. #42

Workflow file for this run

name: "PR Label Checker"
on:
pull_request:
branches:
- main
types:
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: "Check PR Labels"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mheap/github-action-required-labels@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
mode: exactly
count: 1
labels: "major-bump, minor-bump, patch-bump"