|
|
|
@ -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 |
|
|
|
|