From 48713c928f12a166da73f07bf616a66cc7df2419 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Wed, 14 Feb 2024 17:46:40 -0500 Subject: [PATCH] ci: remove the required lables ci as it isn't being used (#18) Co-authored-by: Ganesha Upadhyaya --- .github/workflows/housekeeping.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index b6118cb..ce5416a 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -64,14 +64,3 @@ jobs: run: gh pr edit ${{ env.PR }} --add-assignee ${{ env.CREATOR }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - required-labels: - # ignore dependabot PRs - if: ${{ github.actor != 'dependabot[bot]' }} - runs-on: ubuntu-latest - steps: - - uses: mheap/github-action-required-labels@v5 - with: - mode: minimum - count: 1 - labels: "T:enhancement, T:documentation, T:code-hygiene, T:bug, T:adr, T:sdk, T:testing, T:question, T:dependencies, T:spec-and-docs, T:da-integration, T:dev-usability-and-ux" # yamllint disable-line rule:line-length