From 280b063f3c6a5e0e9811d7fcf26116c729b6c6cd Mon Sep 17 00:00:00 2001 From: Brian Murray <40031786+brmur@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:46:05 +0000 Subject: [PATCH] Update Rust and Ruby DynamoDB examples to use on-demand rather than provisioned --- .github/allowed-labels.yml | 3 +++ .github/workflows/label-checker.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/allowed-labels.yml b/.github/allowed-labels.yml index f6d223588a0..eafb86a6bc5 100644 --- a/.github/allowed-labels.yml +++ b/.github/allowed-labels.yml @@ -27,6 +27,9 @@ - name: Bug color: f5f7f9 description: "An update to fix incorrect code or typos." +- name: dependencies + color: f5f7f9 + description: "Pull request that updates a dependency file." # Labels for general which aren't tracked - name: Scout diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index 3c3893ecef9..3287e871d4d 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -26,5 +26,5 @@ jobs: steps: - uses: docker://agilepathway/pull-request-label-checker:latest with: - one_of: Application,MVP,Feature Scenario,Task,Bug,Basics + one_of: Application,MVP,Feature Scenario,Task,Bug,Basics,dependencies repo_token: ${{ secrets.GITHUB_TOKEN }}