Skip to content

build(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.1 #5605

build(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.1

build(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.1 #5605

Workflow file for this run

name: Require semantic labels
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-pr-label-and-comment:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: yashhy/[email protected]
with:
# This list is duplicated from release-drafter.yml
required_labels: 'chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}