From f4e1c8db464e55b79ba0b7f4a688dbb12a1b0651 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 11 Jan 2024 22:13:55 -0500 Subject: [PATCH] fix(ci): pull request labels Update the steps for the labels to resolve workflow failure. Signed-off-by: Ryan Johnson --- .github/workflows/pull-request.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 724ecc66a..673a55df2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,3 +1,4 @@ +-- name: "Pull Request Labels" on: @@ -19,12 +20,13 @@ jobs: contents: read pull-requests: write steps: - - name: Apply Labels - - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 + - name: Apply Standard Labels + uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: configuration-path: .github/labeler-pull-request-triage.yml repo-token: "${{ secrets.GITHUB_TOKEN }}" - - uses: CodelyTV/pr-size-labeler@54ef36785e9f4cb5ecf1949cfc9b00dbb621d761 # v1.8.1 + - name: Apply Sizing Labels + uses: CodelyTV/pr-size-labeler@54ef36785e9f4cb5ecf1949cfc9b00dbb621d761 # v1.8.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} xs_label: 'size/XS'