Skip to content

chore(deps): bump github.com/tektoncd/pipeline from 1.10.2 to 1.11.0 #1713

chore(deps): bump github.com/tektoncd/pipeline from 1.10.2 to 1.11.0

chore(deps): bump github.com/tektoncd/pipeline from 1.10.2 to 1.11.0 #1713

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 }}