Update label_issue.yml

This commit is contained in:
hiyouga 2024-07-01 01:29:09 +08:00
parent 1771251ce3
commit fc2c15d713
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
ISSUE_TITLE: ${{ github.event.issue.title }}
run: |
LABEL=pending
NPU_KEYWORDS=(npu ascend 昇腾)
NPU_KEYWORDS=(npu ascend huawei 华为 昇腾)
ISSUE_TITLE_LOWER=$(echo $ISSUE_TITLE | tr '[:upper:]' '[:lower:]')
for KEYWORD in ${NPU_KEYWORDS[@]}; do
if [[ $ISSUE_TITLE_LOWER == *$KEYWORD* ]] && [[ $ISSUE_TITLE_LOWER != *input* ]]; then