From cd91426434e3ffc263cb6d25d46f454c7244dff4 Mon Sep 17 00:00:00 2001 From: Maciej Strzelczyk Date: Tue, 17 Oct 2023 16:27:15 +0000 Subject: [PATCH 1/3] chore(flakybot): Changing default flaky issue priority to p2 --- .github/flakybot.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/flakybot.yaml diff --git a/.github/flakybot.yaml b/.github/flakybot.yaml new file mode 100644 index 00000000000..f28d4d79b5a --- /dev/null +++ b/.github/flakybot.yaml @@ -0,0 +1 @@ +issuePriority: p2 \ No newline at end of file From 35bb1bcad4f37bfb4cddfafdd12796a0ad1055b6 Mon Sep 17 00:00:00 2001 From: Maciej Strzelczyk Date: Tue, 17 Oct 2023 16:29:10 +0000 Subject: [PATCH 2/3] Adding the license header --- .github/flakybot.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/flakybot.yaml b/.github/flakybot.yaml index f28d4d79b5a..91cf1123138 100644 --- a/.github/flakybot.yaml +++ b/.github/flakybot.yaml @@ -1 +1,15 @@ +# 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + issuePriority: p2 \ No newline at end of file From 7239dd6bc1aff16e5e6366e13a6ab0380701a457 Mon Sep 17 00:00:00 2001 From: Maciej Strzelczyk Date: Thu, 19 Oct 2023 19:13:46 +0200 Subject: [PATCH 3/3] Update .github/flakybot.yaml Co-authored-by: Remigiusz Samborski --- .github/flakybot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/flakybot.yaml b/.github/flakybot.yaml index 91cf1123138..55543bcd50c 100644 --- a/.github/flakybot.yaml +++ b/.github/flakybot.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC +# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.