mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 14:44:01 +08:00
CI: add bot labels to repo_maintenance (#31159)
* add bot lables * prefix
This commit is contained in:
6
.github/workflows/repo-maintenance.yaml
vendored
6
.github/workflows/repo-maintenance.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user