From 06f868aa59bd027b4e1fa60f59bd726431dc9bc4 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 29 Jan 2024 13:02:11 -0500 Subject: [PATCH] CI: fix bot location (#31211) g old-commit-hash: bbeeea04a73ff3b21ab4dfe6b2777453c6a4e9e9 --- .github/workflows/repo-maintenance.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/repo-maintenance.yaml b/.github/workflows/repo-maintenance.yaml index 26b1192efa..bd882210fa 100644 --- a/.github/workflows/repo-maintenance.yaml +++ b/.github/workflows/repo-maintenance.yaml @@ -25,11 +25,11 @@ jobs: with: token: ${{ secrets.ACTIONS_CREATE_PR_PAT }} commit-message: bump submodules - title: 'Bump submodules' + title: '[bot] Bump submodules' branch: auto-bump-submodules base: master delete-branch: true - body: '[bot] Automatic PR from repo-maintenance -> bump_submodules' + body: 'Automatic PR from repo-maintenance -> bump_submodules' labels: bot package_updates: name: package_updates @@ -51,9 +51,9 @@ jobs: with: token: ${{ secrets.ACTIONS_CREATE_PR_PAT }} commit-message: Update Python packages and pre-commit hooks - title: 'Update Python packages and pre-commit hooks' + title: '[bot] Update Python packages and pre-commit hooks' branch: auto-package-updates base: master delete-branch: true - body: '[bot] Automatic PR from repo-maintenance -> package_updates' + body: 'Automatic PR from repo-maintenance -> package_updates' labels: bot