mirror of
https://github.com/SeleniumHQ/selenium.git
synced 2026-03-26 16:18:38 +00:00
75 lines
1.2 KiB
YAML
75 lines
1.2 KiB
YAML
C-java:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'java/**'
|
|
|
|
C-py:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'py/**'
|
|
|
|
C-dotnet:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'dotnet/**'
|
|
|
|
C-rb:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'rb/**'
|
|
|
|
C-nodejs:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'javascript/selenium-webdriver/**'
|
|
|
|
C-cpp:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'cpp/**'
|
|
|
|
C-rust:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'rust/**'
|
|
|
|
B-atoms:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'javascript/atoms/**'
|
|
|
|
B-grid:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'java/src/org/openqa/selenium/grid/**'
|
|
- 'javascript/grid-ui/**'
|
|
|
|
B-manager:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'rust/**'
|
|
|
|
B-devtools:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- 'common/devtools/**'
|
|
- '**/devtools/**'
|
|
- '**/bidi/**'
|
|
|
|
B-build:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/**'
|
|
- 'scripts/**'
|
|
- 'rake_tasks/**'
|
|
- 'Rakefile'
|
|
- 'BUILD.bazel'
|
|
- '**/*.bazel'
|
|
- '**/*.bzl'
|
|
- '.bazel*'
|
|
|
|
B-support:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '**/support/**'
|