Skip to content

Commit fa8000c

Browse files
authored
Update label.yml
1 parent 869732f commit fa8000c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Github token
2121
github-token: "${{ secrets.GITHUB_TOKEN }}"
2222
# keywords to look for in the issue
23-
keywords: '["db", "database", "mysql", "pdo"]'
23+
keywords: '["db", "database", "mysql", "pdo", "model"]'
2424
# assignees to be assigned when keyword is found
2525
assignees: '["sakuraovq"]'
2626
# labels to be set when keyword is found
@@ -43,7 +43,7 @@ jobs:
4343
uses: Naturalclar/issue-action@v1.0.0
4444
with:
4545
github-token: "${{ secrets.GITHUB_TOKEN }}"
46-
keywords: '["env", "config"]'
46+
keywords: '["配置", "config"]'
4747
assignees: '["stelin", "inhere"]'
4848
labels: '["swoft: config"]'
4949
- name: Event Issue Labeler

0 commit comments

Comments
 (0)