Skip to content

Commit 3989b61

Browse files
authored
chore: Add priority_merge_label to .kodiak.toml (#1627)
#### Summary So we can have PRs jump the queue --- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑‍🎓 - [ ] Run `go fmt` to format your code 🖊 - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Update or add tests 🧪 - [ ] Ensure the status checks below are successful ✅
1 parent cd8097d commit 3989b61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/.kodiak.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ title = "pull_request_title"
1414
[merge]
1515
blocking_labels = ["wip", "no automerge"]
1616
notify_on_conflict = false
17+
priority_merge_label = "priority merge"

0 commit comments

Comments
 (0)