Skip to content

chore(deps): bump the kubernetes group in /tests with 4 updates #7251

chore(deps): bump the kubernetes group in /tests with 4 updates

chore(deps): bump the kubernetes group in /tests with 4 updates #7251

name: PRs labels check
on:
pull_request_target:
types: [opened, edited, reopened, ready_for_review, labeled, unlabeled, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: pmalek-sumo/verify-pr-label-action@v1.4.4
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
invalid-labels: "do-not-merge/hold"
pull-request-number: "${{ github.event.pull_request.number }}"
pr-name:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false