We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a9e87 commit 1595e42Copy full SHA for 1595e42
.github/auto-label.yaml
@@ -13,3 +13,7 @@
13
# limitations under the License.
14
requestsize:
15
enabled: true
16
+staleness:
17
+ pullrequest: true
18
+ old: 30
19
+ extraold: 60
owlbot.py
@@ -66,6 +66,7 @@
66
".coveragerc",
67
"docs/multiprocessing.rst",
68
".github/workflows", # exclude gh actions as credentials are needed for tests
69
+ ".github/auto-label.yaml",
70
])
71
72
# adjust .trampolinerc for environment tests
0 commit comments