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 }}