Skip to content

Bump SpectoLabs/hoverfly from 1.10.13 to 1.11.0 #334

Bump SpectoLabs/hoverfly from 1.10.13 to 1.11.0

Bump SpectoLabs/hoverfly from 1.10.13 to 1.11.0 #334

---
name: Label Checker
on: # yamllint disable-line rule:truthy
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_semver_label:
name: Check for semantic version label
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:v1.6.65
with:
one_of: major,minor,patch
repo_token: ${{ secrets.GITHUB_TOKEN }}