From 1cd86f27be53b2e9df0a78e5c58e6daa333bca44 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 21:06:08 -0700 Subject: [PATCH 1/3] fix: Reenable staleness bot Reenable staleness bot on the repo --- owlbot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/owlbot.py b/owlbot.py index b95d9a1e..bcdf5174 100644 --- a/owlbot.py +++ b/owlbot.py @@ -26,5 +26,6 @@ 'CONTRIBUTING.md', # renovate.json is excluded to preserve fixed versions for web server dependencies # used for integration tests - 'renovate.json' -]) \ No newline at end of file + 'renovate.json', + '.github/auto-label.yaml' +]) From 2336e0b4aeff1a791697d1c2cfd7ff61334aa3af Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 21:06:53 -0700 Subject: [PATCH 2/3] Update auto-label.yaml --- .github/auto-label.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 4caef688..ccad49b4 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,3 +13,7 @@ # limitations under the License. requestsize: enabled: true +staleness: + pullrequest: true + old: 30 + extraold: 60 From f6eab837196f3551520ccb2b7b466efc6651bcbc Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:37:24 -0700 Subject: [PATCH 3/3] Update auto-label.yaml --- .github/auto-label.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index ccad49b4..5e6999f0 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -1,4 +1,4 @@ -# Copyright 2022 Google LLC +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.