set S-waiting-on labels on new PRs

This commit is contained in:
Ralf Jung 2025-07-16 22:17:16 +02:00
parent b390c41388
commit 6728da5396

View file

@ -44,6 +44,12 @@ remove = []
add = ["S-waiting-on-author"]
unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"]
[autolabel."S-waiting-on-review"]
new_pr = true
[autolabel."S-waiting-on-author"]
new_draft = true
# Automatically close and reopen PRs made by bots to run CI on them
[bot-pull-requests]