diff --git a/.github/allowed-labels.yml b/.github/allowed-labels.yml index eafb86a6bc5..ea75fc9d30f 100644 --- a/.github/allowed-labels.yml +++ b/.github/allowed-labels.yml @@ -30,6 +30,9 @@ - name: dependencies color: f5f7f9 description: "Pull request that updates a dependency file." +- name: Single action example + color: f5f7f9 + description: "A new (or significant update to a) small example, " # Labels for general which aren't tracked - name: Scout diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index 3287e871d4d..86b1de0603d 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,dependencies + one_of: Application,MVP,Feature Scenario,Task,Bug,Basics,dependencies,Single action example repo_token: ${{ secrets.GITHUB_TOKEN }}