[ci] format labeler

This commit is contained in:
tangxifan 2023-12-06 12:35:45 -08:00
parent 60b3df0111
commit 98c9290636
1 changed files with 60 additions and 60 deletions

120
.github/labeler.yml vendored
View File

@ -7,128 +7,128 @@
# Third-party tools # Third-party tools
ABC: ABC:
- changed-files: - changed-files:
- any-glob-to-any-file: 'abc/*' - any-glob-to-any-file: 'abc/*'
- any-glob-to-any-file: 'abc/**/*' - any-glob-to-any-file: 'abc/**/*'
ACE2: ACE2:
- changed-files: - changed-files:
- any-glob-to-any-file: 'ace2/*' - any-glob-to-any-file: 'ace2/*'
- any-glob-to-any-file: 'ace2/**/*' - any-glob-to-any-file: 'ace2/**/*'
VPR: VPR:
- changed-files: - changed-files:
- any-glob-to-any-file: 'vpr/*' - any-glob-to-any-file: 'vpr/*'
- any-glob-to-any-file: 'vpr/**/*' - any-glob-to-any-file: 'vpr/**/*'
- any-glob-to-any-file: 'libs/**/*' - any-glob-to-any-file: 'libs/**/*'
# General areas # General areas
documentation: documentation:
- changed-files: - changed-files:
- any-glob-to-any-file: 'docs/*' - any-glob-to-any-file: 'docs/*'
- any-glob-to-any-file: 'docs/**/*' - any-glob-to-any-file: 'docs/**/*'
- any-glob-to-any-file: '*README*' - any-glob-to-any-file: '*README*'
- any-glob-to-any-file: '*.md' - any-glob-to-any-file: '*.md'
- any-glob-to-any-file: 'tutorial' - any-glob-to-any-file: 'tutorial'
- any-glob-to-any-file: '*.rst' - any-glob-to-any-file: '*.rst'
- any-glob-to-any-file: '.readthedocs.yml' - any-glob-to-any-file: '.readthedocs.yml'
github: github:
- changed-files: - changed-files:
- any-glob-to-any-file: '.github/*' - any-glob-to-any-file: '.github/*'
- any-glob-to-any-file: '.github/**/*' - any-glob-to-any-file: '.github/**/*'
docker: docker:
- changed-files: - changed-files:
- any-glob-to-any-file: 'Dockerfile' - any-glob-to-any-file: 'Dockerfile'
- any-glob-to-any-file: '*docker*' - any-glob-to-any-file: '*docker*'
build: build:
- changed-files: - changed-files:
- any-glob-to-any-file: 'Makefile' - any-glob-to-any-file: 'Makefile'
- any-glob-to-any-file: '*.make' - any-glob-to-any-file: '*.make'
- any-glob-to-any-file: 'CMakeLists.txt' - any-glob-to-any-file: 'CMakeLists.txt'
- any-glob-to-any-file: 'cmake' - any-glob-to-any-file: 'cmake'
libopenfpga: libopenfpga:
- changed-files: - changed-files:
- any-glob-to-any-file: 'libopenfpga/**' - any-glob-to-any-file: 'libopenfpga/**'
libopenfpga-bitstream: libopenfpga-bitstream:
- changed-files: - changed-files:
- any-glob-to-any-file: 'libopenfpga/libfpgabitstream/**' - any-glob-to-any-file: 'libopenfpga/libfpgabitstream/**'
libopenfpga-arch-parser: libopenfpga-arch-parser:
- changed-files: - changed-files:
- any-glob-to-any-file: 'libopenfpga/libarchopenfpga/**' - any-glob-to-any-file: 'libopenfpga/libarchopenfpga/**'
libopenfpga-fabric-key: libopenfpga-fabric-key:
- changed-files: - changed-files:
- any-glob-to-any-file: 'libopenfpga/libfabrickey/**' - any-glob-to-any-file: 'libopenfpga/libfabrickey/**'
libopenfpga-shell: libopenfpga-shell:
- changed-files: - changed-files:
- any-glob-to-any-file: 'libopenfpga/libopenfpgashell/**' - any-glob-to-any-file: 'libopenfpga/libopenfpgashell/**'
libopenfpga-utils: libopenfpga-utils:
- changed-files: - changed-files:
- any-glob-to-any-file: 'libopenfpga/libopenfpgautil/**' - any-glob-to-any-file: 'libopenfpga/libopenfpgautil/**'
openfpga-tools: openfpga-tools:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga/**' - any-glob-to-any-file: 'openfpga/**'
openfpga-verilog: openfpga-verilog:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga/*/fpga_verilog/**' - any-glob-to-any-file: 'openfpga/*/fpga_verilog/**'
openfpga-sdc: openfpga-sdc:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga/*/fpga_sdc/**' - any-glob-to-any-file: 'openfpga/*/fpga_sdc/**'
openfpga-bitstream: openfpga-bitstream:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga/*/fpga_bitstream/**' - any-glob-to-any-file: 'openfpga/*/fpga_bitstream/**'
openfpga-spice: openfpga-spice:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga/*/fpga_spice/**' - any-glob-to-any-file: 'openfpga/*/fpga_spice/**'
flow-scripts: flow-scripts:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga_flow/scripts/**' - any-glob-to-any-file: 'openfpga_flow/scripts/**'
- any-glob-to-any-file: 'openfpga_flow/openfpga_shell_scripts/**' - any-glob-to-any-file: 'openfpga_flow/openfpga_shell_scripts/**'
- any-glob-to-any-file: 'openfpga_flow/openfpga_simulation_settings/**' - any-glob-to-any-file: 'openfpga_flow/openfpga_simulation_settings/**'
- any-glob-to-any-file: 'openfpga_flow/misc/**' - any-glob-to-any-file: 'openfpga_flow/misc/**'
architecture-description: architecture-description:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga_flow/vpr_arch/**' - any-glob-to-any-file: 'openfpga_flow/vpr_arch/**'
- any-glob-to-any-file: 'openfpga_flow/openfpga_arch/**' - any-glob-to-any-file: 'openfpga_flow/openfpga_arch/**'
- any-glob-to-any-file: 'openfpga_flow/fabric_keys/**' - any-glob-to-any-file: 'openfpga_flow/fabric_keys/**'
bitstream: bitstream:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga_flow/fabric_keys/**' - any-glob-to-any-file: 'openfpga_flow/fabric_keys/**'
cell-library: cell-library:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga_flow/openfpga_cell_library/**' - any-glob-to-any-file: 'openfpga_flow/openfpga_cell_library/**'
- any-glob-to-any-file: 'openfpga_flow/tech/**' - any-glob-to-any-file: 'openfpga_flow/tech/**'
benchmarks: benchmarks:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga_flow/benchmarks/**' - any-glob-to-any-file: 'openfpga_flow/benchmarks/**'
tests: tests:
- changed-files: - changed-files:
- any-glob-to-any-file: 'openfpga_flow/tasks/**' - any-glob-to-any-file: 'openfpga_flow/tasks/**'
# Tag pull requests with the languages used to make it easy to see what is # Tag pull requests with the languages used to make it easy to see what is
# being used. # being used.
lang-hdl: lang-hdl:
- changed-files: - changed-files:
- any-glob-to-any-file: '*.v' - any-glob-to-any-file: '*.v'
- any-glob-to-any-file: '*.sv' - any-glob-to-any-file: '*.sv'
lang-cpp: lang-cpp:
- changed-files: - changed-files:
- any-glob-to-any-file: '*.c*' - any-glob-to-any-file: '*.c*'
- any-glob-to-any-file: '*.h' - any-glob-to-any-file: '*.h'
lang-perl: lang-perl:
- changed-files: - changed-files:
- any-glob-to-any-file: '*.pl' - any-glob-to-any-file: '*.pl'
- any-glob-to-any-file: '*perl*' - any-glob-to-any-file: '*perl*'
lang-python: lang-python:
- changed-files: - changed-files:
- any-glob-to-any-file: '*.py' - any-glob-to-any-file: '*.py'
lang-shell: lang-shell:
- changed-files: - changed-files:
- any-glob-to-any-file: '*.sh' - any-glob-to-any-file: '*.sh'
lang-netlist: lang-netlist:
- changed-files: - changed-files:
- any-glob-to-any-file: '*.blif' - any-glob-to-any-file: '*.blif'
- any-glob-to-any-file: '*.eblif' - any-glob-to-any-file: '*.eblif'
- any-glob-to-any-file: '*.edif' - any-glob-to-any-file: '*.edif'
- any-glob-to-any-file: '*.vqm' - any-glob-to-any-file: '*.vqm'
lang-make: lang-make:
- changed-files: - changed-files:
- any-glob-to-any-file: '*.make' - any-glob-to-any-file: '*.make'
- any-glob-to-any-file: 'Makefile' - any-glob-to-any-file: 'Makefile'
- any-glob-to-any-file: 'CMakeLists.txt' - any-glob-to-any-file: 'CMakeLists.txt'