We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c2585 commit 8f94e08Copy full SHA for 8f94e08
.github/pr-labels.yml
@@ -2,7 +2,10 @@
2
- cpp/api/**/*
3
4
"component: api [Python]":
5
- - py/api/**/*
+ - py/**/*
6
+
7
+"component: core":
8
+ - core/**/*
9
10
"component: conversion":
11
- core/conversion/**/*
@@ -17,4 +20,16 @@
17
20
- core/execution/**/*
18
21
19
22
"component: lowering":
- - core/lowering/**/*
23
+ - core/lowering/**/*
24
25
+"component: tests":
26
+ - tests/**/*
27
28
+"component: build system":
29
+ - WORKSPACE
30
+ - BUILD
31
32
+"documentation":
33
+ - docs/**/*
34
+ - docsrc/**/*
35
0 commit comments