From ff6c339cfafa7feee2b1fe58f89e880a11aa213e Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 30 Jan 2024 11:32:20 -0600 Subject: [PATCH] .github/workflows: revert version bump to labler action Signed-off-by: Laura Flores --- .github/workflows/pr-triage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index c41795900e4..24b1c97db70 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign labels based on modified files - # https://github.com/marketplace/actions/labeler?version=v5.0.0 - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 + # https://github.com/marketplace/actions/labeler?version=v4.0.2 + uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 with: - sync-labels: false + sync-labels: '' repo-token: "${{ secrets.GITHUB_TOKEN }}" - name: Assign to Dashboard project # https://github.com/marketplace/actions/add-to-github-projects?version=v0.5.0