feat(helm): update chart cert-manager to v1.14.2 - autoclosed #9087
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
--- | |
name: Meta - Enforce PR labels | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
types: [labeled, unlabeled, opened, edited, synchronize] | |
jobs: | |
enforce-label: | |
name: Enforce PR labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: yogevbd/enforce-label-action@2.2.2 | |
with: | |
BANNED_LABELS: "do-not-merge" |