Skip to content

Dependabot PRs to set kind/enhancement label automatically (#226) #112

Dependabot PRs to set kind/enhancement label automatically (#226)

Dependabot PRs to set kind/enhancement label automatically (#226) #112

Workflow file for this run

name: Non-Release
on:
push:
branches:
- master
- releases-v*
pull_request:
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
mode: snapshot
secrets: inherit
permissions:
contents: read
packages: write
id-token: write
component-descriptor:
uses: gardener/cc-utils/.github/workflows/post-build.yaml@master
needs:
- build
permissions:
id-token: write
contents: write