Skip to content

Switch on prefer-screen-queries & no-render-in-lifecycle [THC-387] #15

Switch on prefer-screen-queries & no-render-in-lifecycle [THC-387]

Switch on prefer-screen-queries & no-render-in-lifecycle [THC-387] #15

Workflow file for this run

name: 'Label Check'
on:
pull_request:
branches:
- main
types: [labeled, unlabeled, synchronize]
jobs:
check-labels:
name: 'Check PR Labels'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: 'major, minor, patch'
add_comment: true
message: "For merging ***one*** versioning label is required: ```major```, ```minor``` or ```patch```."