new-prs-labeler: update clang:dataflow paths (#72153)

The given glob needed to be fixed; static analyzer-related PRs were also
assigned this label erroneously.
This commit is contained in:
Endre Fülöp 2023-11-14 11:07:37 +01:00 committed by GitHub
parent 41fe5c9a08
commit d9be232191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
clang:dataflow:
- clang/**/Analysis/**/*
- clang/include/clang/Analysis/FlowSensitive/**/*
- clang/lib/Analysis/FlowSensitive/**/*
- clang/unittests/Analysis/FlowSensitive/**/*
- clang/docs/DataFlowAnalysisIntro.md
- clang/docs/DataFlowAnalysisIntroImages/**/*
clang:frontend:
- clang/lib/AST/**/*