Merge pull request #28170 from icecrime/poule_rebuild_all
poule: add `rebuild/*` to rebuild all at once Upstream-commit: 4c6db5d9cb4021dab3021008648d2d56f08792cd Component: engine
This commit is contained in:
@ -44,6 +44,13 @@
|
||||
- triggers:
|
||||
pull_request: [ labeled ]
|
||||
operations:
|
||||
- type: rebuild
|
||||
settings: {
|
||||
# When configurations are empty, the `rebuild` operation rebuilds all the currently
|
||||
# known statuses for that pull request.
|
||||
configurations: [],
|
||||
label: "rebuild/*",
|
||||
}
|
||||
- type: rebuild
|
||||
settings: {
|
||||
configurations: [ arm ],
|
||||
|
||||
Reference in New Issue
Block a user