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