Skip to content

级联选择器搜索不支持模糊查询 China 选项 搜索输入china 无法查询出来 #2260

级联选择器搜索不支持模糊查询 China 选项 搜索输入china 无法查询出来

级联选择器搜索不支持模糊查询 China 选项 搜索输入china 无法查询出来 #2260

name: Add Feature Request Labels
on:
issues:
types: [opened]
jobs:
add-labels:
runs-on: ubuntu-latest
if: contains(github.event.issue.body, '__FEATURE_REQUEST__') == true
steps:
- name: Add labels
uses: actions-cool/issues-helper@v3
with:
actions: 'add-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'feature request'