Skip to content

Commit be1d94a

Browse files
authored
Merge pull request #231 from cisagov/improvement/add_label_configuration_for_shell_scripts
Add a label and auto-label configuration for shell scripts
2 parents 049543f + 8b5f6d2 commit be1d94a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ python:
4444
- changed-files:
4545
- any-glob-to-any-file:
4646
- "**/*.py"
47+
shell script:
48+
- changed-files:
49+
- any-glob-to-any-file:
50+
# If this project has any shell scripts that do not end in the ".sh"
51+
# extension, add them below.
52+
- "**/*.sh"
53+
- bump-version
54+
- setup-env
4755
terraform:
4856
- changed-files:
4957
- any-glob-to-any-file:

.github/labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@
7171
- color: d73a4a
7272
description: This issue or pull request addresses a security issue
7373
name: security
74+
- color: 4eaa25
75+
description: Pull requests that update shell scripts
76+
name: shell script
7477
- color: 7b42bc
7578
description: Pull requests that update Terraform code
7679
name: terraform

0 commit comments

Comments
 (0)