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 a82ed05 commit 6e07d11Copy full SHA for 6e07d11
packages/google-cloud-logging/.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
packages/google-cloud-logging/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