Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Check for existing Tanzu Builder and use if there #21404

Check for existing Tanzu Builder and use if there

Check for existing Tanzu Builder and use if there #21404

Workflow file for this run

---
name: Merge Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
none_of: do-not-merge/hold
one_of: ok-to-merge
repo_token: ${{ secrets.GITHUB_TOKEN }}