Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e5ef1f

Browse files
authored
[Github] Add glob patterns for clang:ssaf label (#178079)
This change updates the `new-prs-labeler.yml` file to automatically add `clang:ssaf` label to PRs that add or modify SSAF headers, implementation, tests and documentation.
1 parent 2001488 commit 9e5ef1f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/new-prs-labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,14 @@ clang:analysis:
686686
- clang/include/clang/Analysis/**
687687
- clang/lib/Analysis/**
688688

689+
clang:ssaf:
690+
- changed-files:
691+
- any-glob-to-any-file:
692+
- clang/include/clang/Analysis/Scalable/**
693+
- clang/lib/Analysis/Scalable/**
694+
- clang/unittests/Analysis/Scalable/**
695+
- clang/docs/ScalableStaticAnalysisFramework/**
696+
689697
clang:static analyzer:
690698
- changed-files:
691699
- any-glob-to-any-file:

0 commit comments

Comments
 (0)