mirror of
https://github.com/Noratrieb/some-cursed-repo.git
synced 2026-01-14 16:35:08 +01:00
18 lines
265 B
TOML
18 lines
265 B
TOML
[autolabel."wontfix"]
|
|
trigger_labels = [
|
|
"bug"
|
|
]
|
|
|
|
[assign]
|
|
users_on_vacation = ["octocat"]
|
|
|
|
[autolabel."invalid"]
|
|
new_issue = true
|
|
|
|
[autolabel."documentation"]
|
|
new_pr = true
|
|
|
|
[autolabel."help wanted"]
|
|
new_pr = true
|
|
new_issue = true
|
|
exclude_labels = ["duplicate"]
|