Remove Rule:Promotion labels and add other relavent labels (#3902)
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
run: |
|
||||
echo "CONTINUE_JOB=true" >> $GITHUB_ENV
|
||||
if [[ "${{ github.event.action }}" == "labeled" || "${{ github.event.action }}" == "opened" ]]; then
|
||||
RELEVANT_LABELS=("bug" "enhancement" "Rule: New" "Rule: Tuning" "Rule: Promotion" "Rule: Deprecation")
|
||||
RELEVANT_LABELS=("bug" "enhancement" "schema" "Rule: New" "Rule: Tuning" "Rule: Deprecation" "Hunt: New" "Hunt: Tuning")
|
||||
TRIGGERED_LABEL="${{ github.event.label.name }}"
|
||||
if [[ ! " ${RELEVANT_LABELS[@]} " =~ " ${TRIGGERED_LABEL} " ]]; then
|
||||
echo "CONTINUE_JOB=false" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user