mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-07-12 13:28:58 +00:00
add manual check
This commit is contained in:
parent
24f9469c0c
commit
192fcfdfc8
1 changed files with 3 additions and 6 deletions
9
.github/workflows/MLPipelinePullRequest.yml
vendored
9
.github/workflows/MLPipelinePullRequest.yml
vendored
|
|
@ -12,15 +12,12 @@ permissions: write-all
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Enforce-label:
|
Enforce-label:
|
||||||
|
if: ${{ github.event.label.name != 'major' }} || ${{ github.event.label.name != 'minor' }} || ${{ github.event.label.name != 'patch' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: yogevbd/enforce-label-action@2.1.0
|
- name: No label associated with PR
|
||||||
with:
|
run: exit(1)
|
||||||
REQUIRED_LABELS_ANY: "major,minor,patch"
|
|
||||||
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['major','minor','patch']"
|
|
||||||
BANNED_LABELS: "banned"
|
|
||||||
|
|
||||||
# Verify-Model:
|
# Verify-Model:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue