8000 [clang-format] Don't allow comma in front of structural enum (#91056) · focs-lab/llvm-project@c609043 · GitHub
[go: up one dir, main page]

Skip to content
788E

In Path: replace std::nullopt with EmptyPath #43

In Path: replace std::nullopt with EmptyPath

In Path: replace std::nullopt with EmptyPath #43

Workflow file for this run

name: Labeling new issues
on:
issues:
types: ['opened']
permissions:
contents: read
jobs:
automate-issues-labels:
permissions:
issues: write
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: llvm/actions/issue-labeler@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/new-issues-labeler.yml
include-title: 1
include-body: 0
sync-labels: 0
enable-versioned-regex: 0
0