Skip to content

Commit 6e07d11

Browse files
authored
fix: Reenable staleness bot (#535)
* fix: Reenable staleness bot Reenable staleness bot on the repo * Update auto-label.yaml
1 parent a82ed05 commit 6e07d11

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/google-cloud-logging/.github/auto-label.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
# limitations under the License.
1414
requestsize:
1515
enabled: true
16+
staleness:
17+
pullrequest: true
18+
old: 30
19+
extraold: 60

packages/google-cloud-logging/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
".coveragerc",
6767
"docs/multiprocessing.rst",
6868
".github/workflows", # exclude gh actions as credentials are needed for tests
69+
".github/auto-label.yaml",
6970
])
7071

7172
# adjust .trampolinerc for environment tests

0 commit comments

Comments
 (0)