Skip to content

Commit 17b6404

Browse files
authored
Add dependencies label to label-checker (#7276)
Update Rust and Ruby DynamoDB examples to use on-demand rather than provisioned
1 parent 0c8ea97 commit 17b6404

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/allowed-labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
- name: Bug
2828
color: f5f7f9
2929
description: "An update to fix incorrect code or typos."
30+
- name: dependencies
31+
color: f5f7f9
32+
description: "Pull request that updates a dependency file."
3033

3134
# Labels for general which aren't tracked
3235
- name: Scout

.github/workflows/label-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
steps:
2727
- uses: docker://agilepathway/pull-request-label-checker:latest
2828
with:
29-
one_of: Application,MVP,Feature Scenario,Task,Bug,Basics
29+
one_of: Application,MVP,Feature Scenario,Task,Bug,Basics,dependencies
3030
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)