From 9dc0a2ecc2c6b759db51e3eba46a82dfee6c4049 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 20:55:27 -0700 Subject: [PATCH 1/2] fix: Reenable staleness bot Reenable staleness bot on the repo --- owlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owlbot.py b/owlbot.py index f78036e6..cf8252bc 100644 --- a/owlbot.py +++ b/owlbot.py @@ -66,6 +66,7 @@ ".coveragerc", "docs/multiprocessing.rst", ".github/workflows", # exclude gh actions as credentials are needed for tests + ".github/auto-label.yaml", ]) # adjust .trampolinerc for environment tests From ccb3dfecdbb9a0ab85766e3e8060451e16723f6e Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 20:56:14 -0700 Subject: [PATCH 2/2] Update auto-label.yaml --- .github/auto-label.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 41bff0b5..ccad49b4 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -13,3 +13,7 @@ # limitations under the License. requestsize: enabled: true +staleness: + pullrequest: true + old: 30 + extraold: 60