File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff 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
4755terraform :
4856 - changed-files :
4957 - any-glob-to-any-file :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments