diff --git a/.github/workflows/repo-maintenance.yaml b/.github/workflows/repo-maintenance.yaml index 1f14895e21..26b1192efa 100644 --- a/.github/workflows/repo-maintenance.yaml +++ b/.github/workflows/repo-maintenance.yaml @@ -29,7 +29,8 @@ jobs: branch: auto-bump-submodules base: master delete-branch: true - body: 'Automatic PR from repo-maintenance -> bump_submodules' + body: '[bot] Automatic PR from repo-maintenance -> bump_submodules' + labels: bot package_updates: name: package_updates runs-on: ubuntu-20.04 @@ -54,4 +55,5 @@ jobs: branch: auto-package-updates base: master delete-branch: true - body: 'Automatic PR from repo-maintenance -> package_updates' + body: '[bot] Automatic PR from repo-maintenance -> package_updates' + labels: bot