mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +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:
|
||||
|
||||
Enforce-label:
|
||||
|
||||
if: ${{ github.event.label.name != 'major' }} || ${{ github.event.label.name != 'minor' }} || ${{ github.event.label.name != 'patch' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: yogevbd/enforce-label-action@2.1.0
|
||||
with:
|
||||
REQUIRED_LABELS_ANY: "major,minor,patch"
|
||||
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['major','minor','patch']"
|
||||
BANNED_LABELS: "banned"
|
||||
- name: No label associated with PR
|
||||
run: exit(1)
|
||||
|
||||
# Verify-Model:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue