diff options
author | cor3ntin <corentinjabot@gmail.com> | 2023-09-05 19:05:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 19:05:46 +0200 |
commit | ee53efde38a9d0283fb361e25a1c30a0e14c8ce9 (patch) | |
tree | bcb1168beaa91226894cd06d1ca3f71d50b7f937 | |
parent | 06ec1ff2946807b7c3931a86d3541bf00b5441e4 (diff) | |
download | llvm-ee53efde38a9d0283fb361e25a1c30a0e14c8ce9.zip llvm-ee53efde38a9d0283fb361e25a1c30a0e14c8ce9.tar.gz llvm-ee53efde38a9d0283fb361e25a1c30a0e14c8ce9.tar.bz2 |
Update new-prs.yml
-rw-r--r-- | .github/workflows/new-prs.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/new-prs.yml b/.github/workflows/new-prs.yml index 72c58eb..5231c51 100644 --- a/.github/workflows/new-prs.yml +++ b/.github/workflows/new-prs.yml @@ -10,7 +10,6 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'llvm/llvm-project' steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: configuration-path: .github/new-prs-labeler.yml - sync-labels: false |