Skip to content

build(deps-dev): bump stylelint from 16.7.0 to 16.9.0 #2678

build(deps-dev): bump stylelint from 16.7.0 to 16.9.0

build(deps-dev): bump stylelint from 16.7.0 to 16.9.0 #2678

Workflow file for this run

name: labeler
on:
pull_request:
types: ['opened', 'ready_for_review', 'reopened', 'synchronize']
jobs:
labeler:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
name: Label the PR size
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run labeler script
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}
FAIL_IF_XL: '1'
run: ./devtools/scripts/github-set-pr-label.sh