mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
9 lines
137 B
HCL
9 lines
137 B
HCL
workflow "New workflow" {
|
|
on = "push"
|
|
resolves = ["Auto Assign"]
|
|
}
|
|
|
|
action "Auto Assign" {
|
|
uses = "kentaro-m/auto-assign@v1.0.0"
|
|
}
|