1# Use this to auto apply labels based on other labels. Applies to both PRs and 2# issues. Currently only supports any and all 3- any: 4 - "module: opcheck" 5 then: 6 - "module: custom-operators" 7- any: 8 - "module: custom-operators" 9 - "module: functionalization" 10 - "module: aotdispatch" 11 - "module: higher order operators" 12 - "module: fakeTensor" 13 - "module: ProxyTensor" 14 - "module: library" 15 - "module: reinplacing" 16 then: 17 - "module: pt2-dispatcher" 18- any: 19 - "module: vmap" 20 then: 21 - "module: functorch" 22- any: 23 - "module: reinplacing" 24 then: 25 - "module: inductor" 26- any: 27 - "module: pt2 optimizer" 28 then: 29 - "module: dynamo" 30- any: 31 - "module: flex attention" 32 then: 33 - "module: higher order operators" 34- any: 35 - "module: aotinductor" 36 then: 37 - "oncall: export" 38- any: 39 - "module: dynamo" 40 - "module: pt2-dispatcher" 41 - "module: inductor" 42 - "module: aotinductor" 43 - "module: cudagraphs" 44 - "oncall: export" 45 - "module: startup-tracing-compile" 46 - "module: compiled autograd" 47 - "module: flex attention" 48 - "module: dynamic shapes" 49 then: 50 - "oncall: pt2" 51