Skip to content

build(deps): bump k8s.io/component-base from 0.34.1 to 0.34.2 in /health-probe-proxy in the all group #1533

build(deps): bump k8s.io/component-base from 0.34.1 to 0.34.2 in /health-probe-proxy in the all group

build(deps): bump k8s.io/component-base from 0.34.1 to 0.34.2 in /health-probe-proxy in the all group #1533

Workflow file for this run

name: "Add Label to Pull Requests"
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
add-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Add Label
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "tide/merge-method-squash"