Skip to content

chore(deps): bump kentaro-m/auto-assign-action from 2540405c417e3376a45f5fc809acd86fe2dfeec5 to 646e8b333af1f2578621db2ad3a1373665e53201 #2824

chore(deps): bump kentaro-m/auto-assign-action from 2540405c417e3376a45f5fc809acd86fe2dfeec5 to 646e8b333af1f2578621db2ad3a1373665e53201

chore(deps): bump kentaro-m/auto-assign-action from 2540405c417e3376a45f5fc809acd86fe2dfeec5 to 646e8b333af1f2578621db2ad3a1373665e53201 #2824

Workflow file for this run

name: PR Label
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
permissions:
contents: read
jobs:
classify:
name: Classify PR
runs-on: ubuntu-latest
steps:
- name: PR impact specified
uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5.5
with:
mode: exactly
count: 1
labels: 'bug, enhancement, documentation, dependencies'