codeql/.github/labeler.yml

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

52 строки
936 B
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:
- any: [ 'java/**/*', '!java/kotlin-extractor/**/*', '!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/ql/test-kotlin*/**/*
2022-06-01 13:58:43 +03:00
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":
- "shared/dataflow/**/*"
2022-11-03 14:55:19 +03:00
"ATM":
- javascript/ql/experimental/adaptivethreatmodeling/**/*