diff options
author | 2020-04-13 13:06:21 +0000 | |
---|---|---|
committer | 2020-04-13 13:06:21 +0000 | |
commit | 70c8edf5afd6556b99de651cce26ce195544bf1c (patch) | |
tree | a20b98c34e821b48da1f4066f969ba29f0114742 | |
parent | e30cbd8dd3158812b72b0e958b8e0f0949d80f15 (diff) | |
parent | 53948aae162f53d5b60e79be5ac3f4e508ccc930 (diff) | |
download | cortex-m-70c8edf5afd6556b99de651cce26ce195544bf1c.tar.gz cortex-m-70c8edf5afd6556b99de651cce26ce195544bf1c.tar.zst cortex-m-70c8edf5afd6556b99de651cce26ce195544bf1c.zip |
Merge #263
263: Add triagebot configuration r=jonas-schievink a=LeSeulArtichaut
This enables [assignment](https://github.com/rust-lang/triagebot/wiki/Assignment) through triagebot on this repository, in preparation for the migration from highfive to triagebot for PR assignment.
cc rust-lang/highfive#258 rust-lang/triagebot#433
Co-authored-by: LeSeulArtichaut <leseulartichaut@gmail.com>
-rw-r--r-- | cortex-m-rt/triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/triagebot.toml b/cortex-m-rt/triagebot.toml new file mode 100644 index 0000000..fa0824a --- /dev/null +++ b/cortex-m-rt/triagebot.toml @@ -0,0 +1 @@ +[assign] |