From 44b891f1b1fa79dc60a69460fe6a52fe09481e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 04:29:01 +0000 Subject: [PATCH] Bump actions/labeler from 3 to 4.0.1 Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4.0.1. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v3...v4.0.1) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index fb25c93df65a..50e2e2a12057 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Apply Labels - uses: actions/labeler@v3 + uses: actions/labeler@v4.0.1 with: configuration-path: .github/labeler-pr-triage.yml repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Apply needs-triage Label - uses: actions/labeler@v3 + uses: actions/labeler@v4.0.1 if: github.event.action == 'opened' && !contains(fromJSON('["anGie44", "bflad", "breathingdust", "dependabot[bot]", "DrFaust92", "ewbankkit", "gdavison", "justinretzolk", "maryelizbeth", "YakDriver", "zhelding"]'), github.actor) with: configuration-path: .github/labeler-pr-needs-triage.yml