From ec7b9fc35bf5369844b8bc13d80cb9ab98f101de Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:33:32 -0700 Subject: [PATCH 1/5] Reenable staleness bot Reenable staleness bot on the repo --- .github/auto-label.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 4caef688b..5e6999f09 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 From ddbd16407cd66c18089609c2c28f401738fe9584 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 11 Apr 2022 19:35:44 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/auto-label.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index 5e6999f09..4caef688b 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -13,7 +13,3 @@ # limitations under the License. requestsize: enabled: true -staleness: - pullrequest: true - old: 30 - extraold: 60 From d41658bb500c9fe89d23e07ea3e203d3a6489300 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 20:42:58 -0700 Subject: [PATCH 3/5] Update owlbot.py --- owlbot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 146f14389..60ceb691c 100644 --- a/owlbot.py +++ b/owlbot.py @@ -21,4 +21,5 @@ '.github/CODEOWNERS', '.github/blunderbuss.yml', 'CONTRIBUTING.md', -]) \ No newline at end of file + '.github/auto-label.yaml', +]) From a55845e3391cdca590dcc11f9d50254c5afb05b4 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 20:43:39 -0700 Subject: [PATCH 4/5] 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 4caef688b..ccad49b4e 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 7da693cf597461560b984983ca920bc965e6d385 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:38:46 -0700 Subject: [PATCH 5/5] 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 ccad49b4e..5e6999f09 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.