chore(deps): update docker.io/bitnami/kubectl:1.31.0 docker digest to 7779e58 #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: "Meta: PR Labeler" | |
on: | |
workflow_dispatch: {} # Manual Trigger | |
pull_request_target: {} | |
jobs: | |
labeler: | |
uses: mirceanton/reusable-workflows/.github/workflows/meta-labeler.yaml@main | |
secrets: inherit | |
with: | |
config-file: .github/configs/labeler.yaml |