Skip to content

Bump k8s.io/kube-aggregator from 0.32.2 to 0.32.3 #93

Bump k8s.io/kube-aggregator from 0.32.2 to 0.32.3

Bump k8s.io/kube-aggregator from 0.32.2 to 0.32.3 #93

Workflow file for this run

name: Pull request labels
on:
pull_request_target:
types: [opened]
jobs:
pr-labels:
if: ${{ github.event.pull_request.user.login == 'red-hat-konflux[bot]' }}
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- run: gh pr edit "$NUMBER" --add-label "dependencies"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.pull_request.number }}