1[relabel] 2allow-unauthenticated = [ 3 "A-*", 4 "C-*", 5 "E-*", 6 "I-*", 7 "S-*", 8 "bug", 9 "dependencies", 10 "enhancement", 11 "good first issue", 12 "hacktoberfest", 13 "help wanted", 14 "invalid", 15 "meta", 16 "msvc", 17 "next-release", 18 "question", 19 "This Week In Servo (TWiS)", 20 "windows", 21] 22 23[autolabel."A-C++"] 24trigger_files = [ 25 "**/*.cpp", 26 "**/*.cc", 27 "**/*.hpp", 28]