Skip to content

build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 #1091

build(deps): bump actions/setup-go from 6.0.0 to 6.1.0

build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 #1091

Workflow file for this run

---
name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check kind labels
runs-on: ubuntu-latest
steps:
- uses: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65
with:
prefix_mode: true
one_of: "kind/"
repo_token: ${{ secrets.GITHUB_TOKEN }}