|
6 | 6 |
|
7 | 7 | # Tools
|
8 | 8 | ABC:
|
9 |
| - - abc_with_bb_support/* |
10 |
| - - abc_with_bb_support/**/* |
11 |
| - - abc/* |
12 |
| - - abc/**/* |
| 9 | +- changed-files: |
| 10 | + - any-glob-to-any-file: abc_with_bb_support/* |
| 11 | + - any-glob-to-any-file: abc_with_bb_support/**/* |
| 12 | + - any-glob-to-any-file: abc/* |
| 13 | + - any-glob-to-any-file: abc/**/* |
13 | 14 | ACE2:
|
14 |
| - - ace2/* |
15 |
| - - ace2/**/* |
| 15 | +- changed-files: |
| 16 | + - any-glob-to-any-file: ace2/* |
| 17 | + - any-glob-to-any-file: ace2/**/* |
16 | 18 | blifexplorer:
|
17 |
| - - blifexplorer/* |
18 |
| - - blifexplorer/**/* |
| 19 | +- changed-files: |
| 20 | + - any-glob-to-any-file: blifexplorer/* |
| 21 | + - any-glob-to-any-file: blifexplorer/**/* |
19 | 22 | Odin:
|
20 |
| - - odin_ii/* |
21 |
| - - odin_ii/**/* |
22 |
| - - odin2_helper/* |
23 |
| - - odin2_helper/**/* |
| 23 | +- changed-files: |
| 24 | + - any-glob-to-any-file: odin_ii/* |
| 25 | + - any-glob-to-any-file: odin_ii/**/* |
| 26 | + - any-glob-to-any-file: odin2_helper/* |
| 27 | + - any-glob-to-any-file: odin2_helper/**/* |
24 | 28 | Parmys:
|
25 |
| - - parmys/* |
26 |
| - - parmys/**/* |
27 |
| - - yosys/* |
28 |
| - - yosys/**/* |
| 29 | +- changed-files: |
| 30 | + - any-glob-to-any-file: parmys/* |
| 31 | + - any-glob-to-any-file: parmys/**/* |
| 32 | + - any-glob-to-any-file: yosys/* |
| 33 | + - any-glob-to-any-file: yosys/**/* |
29 | 34 | VPR:
|
30 |
| - - vpr/* |
31 |
| - - vpr/**/* |
| 35 | +- changed-files: |
| 36 | + - any-glob-to-any-file: vpr/* |
| 37 | + - any-glob-to-any-file: vpr/**/* |
32 | 38 |
|
33 | 39 | # Libraries
|
34 | 40 | libarchfpga:
|
35 |
| - - libs/libarchfpga/* |
36 |
| - - libs/libarchfpga/**/* |
| 41 | +- changed-files: |
| 42 | + - any-glob-to-any-file: libs/libarchfpga/* |
| 43 | + - any-glob-to-any-file: libs/libarchfpga/**/* |
37 | 44 | libeasygl:
|
38 |
| - - libs/libeasygl/* |
39 |
| - - libs/libeasygl/**/* |
| 45 | +- changed-files: |
| 46 | + - any-glob-to-any-file: libs/libeasygl/* |
| 47 | + - any-glob-to-any-file: libs/libeasygl/**/* |
40 | 48 | liblog:
|
41 |
| - - libs/liblog/* |
42 |
| - - libs/liblog/**/* |
| 49 | +- changed-files: |
| 50 | + - any-glob-to-any-file: libs/liblog/* |
| 51 | + - any-glob-to-any-file: libs/liblog/**/* |
43 | 52 | libpugiutil:
|
44 |
| - - libs/libpugiutil/* |
45 |
| - - libs/libpugiutil/**/* |
| 53 | +- changed-files: |
| 54 | + - any-glob-to-any-file: libs/libpugiutil/* |
| 55 | + - any-glob-to-any-file: libs/libpugiutil/**/* |
46 | 56 | libvtrutil:
|
47 |
| - - libs/libvtrutil/* |
48 |
| - - libs/libvtrutil/**/* |
| 57 | +- changed-files: |
| 58 | + - any-glob-to-any-file: libs/libvtrutil/* |
| 59 | + - any-glob-to-any-file: libs/libvtrutil/**/* |
49 | 60 | external_libs:
|
50 |
| - - libs/EXTERNAL/* |
51 |
| - - libs/EXTERNAL/**/* |
| 61 | +- changed-files: |
| 62 | + - any-glob-to-any-file: libs/EXTERNAL/* |
| 63 | + - any-glob-to-any-file: libs/EXTERNAL/**/* |
52 | 64 |
|
53 | 65 | # General areas
|
54 | 66 | docs:
|
55 |
| - - docs/* |
56 |
| - - docs/**/* |
57 |
| - - "*README*" |
58 |
| - - "*.md" |
59 |
| - - tutorial |
60 |
| - - "*.rst" |
| 67 | +- changed-files: |
| 68 | + - any-glob-to-any-file: doc/* |
| 69 | + - any-glob-to-any-file: doc/**/* |
| 70 | + - any-glob-to-any-file: "*README*" |
| 71 | + - any-glob-to-any-file: "*.md" |
| 72 | + - any-glob-to-any-file: "*.rst" |
61 | 73 | infra:
|
62 |
| - - .github/* |
63 |
| - - .github/**/* |
64 |
| - - Dockerfile |
65 |
| - - "*docker*" |
| 74 | +- changed-files: |
| 75 | + - any-glob-to-any-file: .github/* |
| 76 | + - any-glob-to-any-file: .github/**/* |
| 77 | + - any-glob-to-any-file: Dockerfile |
| 78 | + - any-glob-to-any-file: "*docker*" |
66 | 79 | build:
|
67 |
| - - Makefile |
68 |
| - - "*.make" |
69 |
| - - CMakeLists.txt |
70 |
| - - cmake |
| 80 | +- changed-files: |
| 81 | + - any-glob-to-any-file: Makefile |
| 82 | + - any-glob-to-any-file: "*.make" |
| 83 | + - any-glob-to-any-file: CMakeLists.txt |
| 84 | + - any-glob-to-any-file: cmake/* |
| 85 | + - any-glob-to-any-file: cmake/**/* |
71 | 86 | tests:
|
72 |
| - - "*_test.py" |
73 |
| - - "*test*" |
74 |
| - - "*TESTS*" |
| 87 | +- changed-files: |
| 88 | + - any-glob-to-any-file: "*_test.py" |
| 89 | + - any-glob-to-any-file: "*test*" |
| 90 | + - any-glob-to-any-file: "*TESTS*" |
75 | 91 | scripts:
|
76 |
| - - scripts |
77 |
| - - "*.pl" |
78 |
| - - "*.py" |
79 |
| - - "*.sh" |
| 92 | +- changed-files: |
| 93 | + - any-glob-to-any-file: scripts |
| 94 | + - any-glob-to-any-file: "*.pl" |
| 95 | + - any-glob-to-any-file: "*.py" |
| 96 | + - any-glob-to-any-file: "*.sh" |
80 | 97 | VTR Flow:
|
81 |
| - - vtr_flow |
| 98 | +- changed-files: |
| 99 | + - any-glob-to-any-file: vtr_flow |
82 | 100 |
|
83 | 101 | # Tag pull requests with the languages used to make it easy to see what is
|
84 | 102 | # being used.
|
85 | 103 | lang-hdl:
|
86 |
| - - "*.v" |
87 |
| - - "*.sv" |
| 104 | +- changed-files: |
| 105 | + - any-glob-to-any-file: "**/*.v" |
| 106 | + - any-glob-to-any-file: "**/*.sv" |
88 | 107 | lang-cpp:
|
89 |
| - - "*.c*" |
90 |
| - - "*.h" |
| 108 | +- changed-files: |
| 109 | + - any-glob-to-any-file: "**/*.c*" |
| 110 | + - any-glob-to-any-file: "**/*.h" |
91 | 111 | lang-perl:
|
92 |
| - - "*.pl" |
93 |
| - - "*perl*" |
| 112 | +- changed-files: |
| 113 | + - any-glob-to-any-file: "**/*.pl" |
| 114 | + - any-glob-to-any-file: "**/*perl*" |
94 | 115 | lang-python:
|
95 |
| - - "*.py" |
| 116 | +- changed-files: |
| 117 | + - any-glob-to-any-file: "**/*.py" |
96 | 118 | lang-shell:
|
97 |
| - - "*.sh" |
| 119 | +- changed-files: |
| 120 | + - any-glob-to-any-file: "**/*.sh" |
98 | 121 | lang-netlist:
|
99 |
| - - "*.blif" |
100 |
| - - "*.eblif" |
101 |
| - - "*.edif" |
102 |
| - - "*.vqm" |
| 122 | +- changed-files: |
| 123 | + - any-glob-to-any-file: "**/*.blif" |
| 124 | + - any-glob-to-any-file: "**/*.eblif" |
| 125 | + - any-glob-to-any-file: "**/*.edif" |
| 126 | + - any-glob-to-any-file: "**/*.vqm" |
103 | 127 | lang-make:
|
104 |
| - - "*.make" |
105 |
| - - Makefile |
106 |
| - - CMakeLists.txt |
| 128 | +- changed-files: |
| 129 | + - any-glob-to-any-file: "**/*.make" |
| 130 | + - any-glob-to-any-file: "**/*Makefile" |
| 131 | + - any-glob-to-any-file: "**/CMakeLists.txt" |
0 commit comments