From 6e22c7c2d61d199282393a2059a30e03f0a2e7a0 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 31 Oct 2025 12:52:50 +0530 Subject: [PATCH 1/2] just testing --- .github/workflows/mirror-changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror-changelog.yml b/.github/workflows/mirror-changelog.yml index 76c347a..0dfb17b 100644 --- a/.github/workflows/mirror-changelog.yml +++ b/.github/workflows/mirror-changelog.yml @@ -11,6 +11,7 @@ # 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. +# small change to test name: Mirror Toolbox Changelog From 585686c93e622302abd2969268811a664b952d6d Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 31 Oct 2025 12:54:08 +0530 Subject: [PATCH 2/2] change to test --- .github/workflows/mirror-changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-changelog.yml b/.github/workflows/mirror-changelog.yml index 0dfb17b..a68fffc 100644 --- a/.github/workflows/mirror-changelog.yml +++ b/.github/workflows/mirror-changelog.yml @@ -21,7 +21,7 @@ on: jobs: add-release-notes: - if: github.actor == 'renovate-bot' && startsWith(github.head_ref, 'renovate/googleapis-genai-toolbox') + if: github.actor == 'twishabansal' runs-on: ubuntu-latest permissions: pull-requests: write