[llvm] new-prs-labeler: update clang:dataflow paths (PR #72153)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 11:31:36 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Endre Fülöp (gamesh411)
<details>
<summary>Changes</summary>
The given glob needed to be fixed; static analyzer-related PRs were also assigned this label erroneously.
---
Full diff: https://github.com/llvm/llvm-project/pull/72153.diff
1 Files Affected:
- (modified) .github/new-prs-labeler.yml (+5-1)
``````````diff
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index e4bc53e60066e8d..e4ae2b7c839f9eb 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -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/**/*
``````````
</details>
https://github.com/llvm/llvm-project/pull/72153
More information about the llvm-commits
mailing list