mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #28170 from icecrime/poule_rebuild_all
poule: add `rebuild/*` to rebuild all at once
This commit is contained in:
commit
4c6db5d9cb
1 changed files with 7 additions and 0 deletions
|
@ -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 ],
|
||||
|
|
Loading…
Add table
Reference in a new issue