Skip to content

build(deps): bump updatecli/updatecli-action from 2.73.0 to 2.74.0 in /updatecli/install in the github-actions group across 1 directory #904

build(deps): bump updatecli/updatecli-action from 2.73.0 to 2.74.0 in /updatecli/install in the github-actions group across 1 directory

build(deps): bump updatecli/updatecli-action from 2.73.0 to 2.74.0 in /updatecli/install in the github-actions group across 1 directory #904

name: required-labels
on:
merge_group: ~
workflow_dispatch: ~
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize
permissions:
contents: read
jobs:
check-labels:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: get-labels
run: |
labels=$(yq '[.categories[].labels] + .exclude-labels | flatten | unique | sort | @tsv' .github/release-drafter.yml | tr '\t' ',')
echo "labels=$labels" >> "${GITHUB_OUTPUT}"
- id: check-labels
uses: v1v/github-action-required-labels@feature/merge-queue-support
with:
mode: exactly
count: 1
use_regex: false
add_comment: true
labels: ${{ steps.get-labels.outputs.labels }}