Skip to content

build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache from 0.10.0 to 0.10.1 in the all group #1534

build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache from 0.10.0 to 0.10.1 in the all group

build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache from 0.10.0 to 0.10.1 in the all group #1534

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"