From 900eb976d0ecb1afaa2eca6e777c9add220fba09 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Tue, 20 Feb 2024 13:16:01 -0600 Subject: [PATCH 1/2] updating ops-bot.yaml --- .github/ops-bot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index 63b9613..b965e6a 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -20,3 +20,4 @@ auto_merger: true branch_checker: true label_checker: true release_drafter: true +forward_merger: true From 393cf02859001fff2a26e2210fe47b701b0e1ca3 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Thu, 22 Feb 2024 15:21:59 -0600 Subject: [PATCH 2/2] fix copyright year --- .github/ops-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ops-bot.yaml b/.github/ops-bot.yaml index b965e6a..c22131c 100644 --- a/.github/ops-bot.yaml +++ b/.github/ops-bot.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License");