[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / .github / workflows / new-issues.yml
blobed15fdb9fba6efed7ededd4006b90a2741f9ac9e
1 name: Labeling new issues
2 on:
3   issues:
4     types: ['opened']
6 permissions:
7   contents: read
9 jobs:
10   automate-issues-labels:
11     permissions:
12       issues: write
13     runs-on: ubuntu-latest
14     if: github.repository == 'llvm/llvm-project'
15     steps:
16       - uses: llvm/actions/issue-labeler@main
17         with:
18           repo-token: ${{ secrets.GITHUB_TOKEN }}
19           configuration-path: .github/new-issues-labeler.yml
20           include-title: 1
21           include-body: 0
22           sync-labels: 0
23           enable-versioned-regex: 0