From c0fce9527dc17148cebb86b55d51a4802914353b Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 21:12:21 -0700 Subject: [PATCH 1/3] fix: Reenable staleness bot Reenable staleness bot on the repo --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index ca570c1e..aef0e36c 100644 --- a/owlbot.py +++ b/owlbot.py @@ -74,4 +74,4 @@ s.move(library) s.remove_staging_dirs() -java.common_templates() +java.common_templates(excludes=['.github/auto-label.yaml']) From b65c6aadb603cd149b0213407c55f4c4c249e888 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Thu, 14 Apr 2022 21:14:29 -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 4ab104832519ea21ac947d7400deab9cab5bed23 Mon Sep 17 00:00:00 2001 From: losalex <90795544+losalex@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:36:47 -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.