fix: restrict automatic OS labels (#13386)

This commit is contained in:
Frank
2026-07-21 14:52:15 +08:00
committed by GitHub
parent d668c509bb
commit dafb54734a
2 changed files with 56 additions and 5 deletions
+2 -5
View File
@@ -21,12 +21,9 @@ jobs:
with:
template-path: .github/ISSUE_TEMPLATE/bug-report.yaml
- name: Set labels based on OS field
- name: Set labels based on allowed OS values
uses: redhat-plumbers-in-action/advanced-issue-labeler@b80ae64e3e156e9c111b075bfa04b295d54e8e2e
with:
issue-form: ${{ steps.issue-parser.outputs.jsonString }}
section: os
block-list: |
None
Other
config-path: .github/advanced-issue-labeler.yml
token: ${{ secrets.GITHUB_TOKEN }}