Skip to content

Add CRUD operation for flavor, flavor profile, az, az profile of octavia #2

Add CRUD operation for flavor, flavor profile, az, az profile of octavia

Add CRUD operation for flavor, flavor profile, az, az profile of octavia #2

Workflow file for this run

name: Verify PR Labels
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
semver:
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 1
labels: "semver:patch, semver:minor, semver:major"