Skip to content

Bump the actions-minor group with 3 updates #5

Bump the actions-minor group with 3 updates

Bump the actions-minor group with 3 updates #5

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@1b79cc935fc4ae393f5ecc2b8f0a7cd10cae75eb # v0.10.0
with:
pr-number: ${{ github.event.inputs.pr-number || github.event.number }}