Skip to content

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.12 to 3.5.17 in /etcd #833

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.12 to 3.5.17 in /etcd

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.5.12 to 3.5.17 in /etcd #833

Workflow file for this run

name: Auto labeler
on:
issues:
types: [ opened, edited, milestoned ]
pull_request_target:
types: [ opened ]
permissions:
contents: read
issues: write
pull-requests: write
statuses: write
checks: write
jobs:
labeler:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Check Labels
id: labeler
uses: fuxingloh/multi-labeler@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}