We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8939f commit a58c59eCopy full SHA for a58c59e
.github/workflows/new-prs.yml
@@ -10,6 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
if: github.repository == 'llvm/llvm-project'
12
steps:
13
- - uses: actions/labeler@v5
+ - uses: actions/labeler@v4
14
with:
15
configuration-path: .github/new-prs-labeler.yml
16
+ sync-labels: false
0 commit comments