Skip to content

Commit

Permalink
Fix "Issue Labeler" settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yui10 committed May 18, 2024
1 parent 21ee6fd commit adc5fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
policy:
- template: ["request.yml"]
- template: ["request.yml", "request_en.yml"]
section:
- id: ["logo-category"]
block-list: []
label:
- name: "service"
keys: ["service"]
keys: ["service", "Service"]
- name: "original"
keys: ["original"]
keys: ["original", "Original"]
- name: "unknown"
keys: ["None", "unknown"]
- id: ["permission"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
template: [ request.yml ]
template: [request.yml, request_en.yml]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit adc5fdd

Please sign in to comment.