Skip to content

Bump srz-zumix/labeler-action from 0.6.2 to 0.9.0 in the actions-minor group #3

Bump srz-zumix/labeler-action from 0.6.2 to 0.9.0 in the actions-minor group

Bump srz-zumix/labeler-action from 0.6.2 to 0.9.0 in the actions-minor group #3

Workflow file for this run

name: Labeler
on:
pull_request:
workflow_dispatch:
inputs:
# checkov:skip=CKV_GHA_7: Input required for manual trigger
pr-number:
description: 'The pull request number(s)'
required: true
permissions: {}
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: srz-zumix/labeler-action@9cd5b48dd7c3261f8dde62163fc5ba2173469d25 # v0.9.0
with:
pr-number: ${{ github.event.inputs.pr-number || github.event.number }}