codeql/.github/labeler.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

57 строки
1.3 KiB
YAML
Исходник Обычный вид История

"C++":
- cpp/**/*
- change-notes/**/*cpp*
"C#":
- csharp/**/*
- change-notes/**/*csharp*
2022-06-01 13:58:43 +03:00
Go:
- go/**/*
- change-notes/**/*go.*
Java:
2022-06-01 13:58:43 +03:00
- any: [ 'java/**/*', '!java/kotlin-extractor/**/*', '!java/kotlin-explorer/**/*', '!java/ql/test/kotlin/**/*' ]
- change-notes/**/*java.*
JS:
2022-05-04 16:48:15 +03:00
- any: [ 'javascript/**/*', '!javascript/ql/experimental/adaptivethreatmodeling/**/*' ]
- change-notes/**/*javascript*
2022-06-01 13:58:43 +03:00
Kotlin:
- java/kotlin-extractor/**/*
- java/kotlin-explorer/**/*
- java/ql/test/kotlin/**/*
Python:
- python/**/*
- change-notes/**/*python*
2021-10-25 17:29:20 +03:00
Ruby:
- ruby/**/*
- change-notes/**/*ruby*
2022-06-01 13:58:43 +03:00
2022-04-25 18:57:47 +03:00
Swift:
- swift/**/*
- change-notes/**/*swift*
2021-10-25 17:29:20 +03:00
documentation:
- "**/*.qhelp"
- "**/*.md"
- docs/**/*
2022-06-01 13:58:43 +03:00
"QL-for-QL":
2022-04-25 18:57:47 +03:00
- ql/**/*
2022-08-22 23:33:36 +03:00
- .github/workflows/ql-for-ql*
# Since these are all shared files that need to be synced, just pick _one_ copy of each.
"DataFlow Library":
- "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll"
- "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll"
- "java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTrackingImpl.qll"
- "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplConsistency.qll"
- "java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll"
2022-11-03 14:55:19 +03:00
"ATM":
- javascript/ql/experimental/adaptivethreatmodeling/**/*