mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
workflow "Main workflow" {
|
||
|
resolves = ["Label PR"]
|
||
|
on = "pull_request"
|
||
|
}
|
||
|
|
||
|
action "Label PR" {
|
||
|
uses = "decathlon/pull-request-labeler-action@v1.0.0"
|
||
|
secrets = ["GITHUB_TOKEN"]
|
||
|
}
|