about summary refs log tree commit diff
path: root/library/stdarch/triagebot.toml
AgeCommit message (Collapse)AuthorLines
2025-07-09Add sayantn and folkertdev as reviewersAmanieu d'Antras-1/+1
2025-06-17Add triagebot config for subtree syncsJakub Beránek-0/+10
Adds checking of PR descriptions to avoid relative issue links (without repository prefix) and mentions in commits.
2024-09-14Enable feature detection on all Apple/Darwin targetsMads Marquart-3/+3
Tested in the simulator and on the device I had lying around, a 1st generation iPad Mini (which isn't Aarch64, but shows that the `sysctlbyname` calls still work even there, even if they return false). `sysctlbyname` _should_ be safe to use without causing rejections from the app store, as its usage is documented in: https://developer.apple.com/documentation/kernel/1387446-sysctlbyname/determining_instruction_set_characteristics Also, the standard library will use these soon anyhow, so this shouldn't affect the situation: https://github.com/rust-lang/rust/pull/129019
2024-02-23Add ping groups from Rust to stdarchAdam Gemmell-0/+48
2022-11-27Remove S-waiting-on-review autolabel (#1360)Eric Huss-3/+0
2022-11-27[DO NOT MERGE] Migrate from highfive to triagebot (#1359)Eric Huss-0/+6
2020-03-31Add triagebot configuration (#847)Mark Rousskov-0/+1
This enables assignment through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.