Skip to content

Fix condition matching in resource modifier when there are multiple rules #12774

Fix condition matching in resource modifier when there are multiple rules

Fix condition matching in resource modifier when there are multiple rules #12774

Workflow file for this run

# Adds support for prow-like commands
# Uses .github/labels.yaml to define areas and kinds
name: "Prow github actions"
on:
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: jpmcb/prow-github-actions@v1.1.3
with:
# TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing.
prow-commands: |
/area
/cc
/kind
/uncc
github-token: "${{ secrets.GITHUB_TOKEN }}"