mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-22 10:39:20 +03:00
fix: restrict automatic OS labels (#13386)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user