Skip to content

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #60

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory

Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #60

Workflow file for this run

name: Require Pull Request Labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
require-labels:
if: |
github.actor != 'github-actions[bot]' &&
github.actor != 'dependabot[bot]' &&
github.actor != 'renovate[bot]' &&
github.actor != 'web-flow' &&
github.event.pull_request.title != 'Update global workflows'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: "bug,documentation,enhancement,refactor,research"