Skip to content

Commit d9be232

Browse files
author
Endre Fülöp
authored
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.
1 parent 41fe5c9 commit d9be232

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/new-prs-labeler.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
clang:dataflow:
2-
- clang/**/Analysis/**/*
2+
- clang/include/clang/Analysis/FlowSensitive/**/*
3+
- clang/lib/Analysis/FlowSensitive/**/*
4+
- clang/unittests/Analysis/FlowSensitive/**/*
5+
- clang/docs/DataFlowAnalysisIntro.md
6+
- clang/docs/DataFlowAnalysisIntroImages/**/*
37

48
clang:frontend:
59
- clang/lib/AST/**/*

0 commit comments

Comments
 (0)