Skip to content

chore:Disable the tier0 a and tier1 plans for Stream 9 #5742

chore:Disable the tier0 a and tier1 plans for Stream 9

chore:Disable the tier0 a and tier1 plans for Stream 9 #5742

Workflow file for this run

name: Require PR labels
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
jobs:
require-type-label:
if: ${{ !contains(fromJson('["dependabot", "pre-commit-ci", "renovate"]'), github.actor ) }}
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "kind/.*"
use_regex: true
require-verification-label:
if: ${{ !contains(fromJson('["dependabot", "pre-commit-ci", "renovate"]'), github.actor ) }}
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "tests/.*"
use_regex: true