fix: fix panic in KongUpstreamPolicyReconciler when using with Ingress having a nil HTTP rule #16287
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: PRs labels check | |
on: | |
pull_request_target: | |
types: [opened, reopened, ready_for_review, labeled, unlabeled, synchronize] | |
jobs: | |
label: | |
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pmalek/[email protected] | |
with: | |
github-token: '${{ secrets.GITHUB_TOKEN }}' | |
invalid-labels: 'do not merge,on-hold' | |
pull-request-number: '${{ github.event.pull_request.number }}' | |
disable-reviews: true |