Skip to content

Commit 6bc774d

Browse files
authored
CI: Adjust PR templates and scopes (#26)
1 parent 850c17b commit 6bc774d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/generate_release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
SCOPES = [
1818
"requirements",
19-
"pyavd-utils",
19+
"validation",
20+
"passwords",
2021
"rust",
2122
]
2223

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
~ Copyright (c) 2025 Arista Networks, Inc.
33
~ Use of this source code is governed by the Apache License 2.0
44
~ that can be found in the LICENSE file.
5-
-->
5+
-->
66

77
## Change Summary
88

.github/workflows/pull-request-triage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
Revert
5151
# Configure which scopes are allowed.
5252
scopes: |
53-
pyavd-utils
53+
validation
54+
passwords
5455
rust
5556
requirements
5657
# Configure that a scope must always be provided.

0 commit comments

Comments
 (0)