Skip to content

Commit 66429ff

Browse files
committed
fix: Add Python-v1 to allowed-labels for label creation
The Python-v1 label was added to label-ruleset.yml in #8074 but not to allowed-labels.yml, so the label was never created in the repo and could not be selected or auto-applied. Add the matching label definition so the label-auditor workflow creates it.
1 parent 7a5895b commit 66429ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/allowed-labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
- name: Python
7676
color: "f5f7f9"
7777
description: "This issue relates to the AWS SDK for Python (boto3)"
78+
- name: Python-v1
79+
color: "f5f7f9"
80+
description: "This issue relates to the AWS SDK for Python"
7881
- name: Ruby
7982
color: "f5f7f9"
8083
description: "This issue relates to the AWS SDK for Ruby"

0 commit comments

Comments
 (0)