diff options
Diffstat (limited to 'cortex-m-semihosting/.github')
-rw-r--r-- | cortex-m-semihosting/.github/CODEOWNERS | 1 | ||||
-rw-r--r-- | cortex-m-semihosting/.github/bors.toml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/cortex-m-semihosting/.github/CODEOWNERS b/cortex-m-semihosting/.github/CODEOWNERS new file mode 100644 index 0000000..d810925 --- /dev/null +++ b/cortex-m-semihosting/.github/CODEOWNERS @@ -0,0 +1 @@ +* @rust-embedded/cortex-m
\ No newline at end of file diff --git a/cortex-m-semihosting/.github/bors.toml b/cortex-m-semihosting/.github/bors.toml new file mode 100644 index 0000000..ca42be0 --- /dev/null +++ b/cortex-m-semihosting/.github/bors.toml @@ -0,0 +1,4 @@ +block_labels = ["needs-decision"] +delete_merged_branches = true +required_approvals = 1 +status = ["continuous-integration/travis-ci/push"] |