summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-08 07:46:13 +0000
committerGitHub <noreply@github.com>2023-04-08 07:46:13 +0000
commitd90efe935e2db72a6d2393a37cad0794d9728aaa (patch)
treeeaf52b7dfa356b4d48c0aac0cc9732b8aaa84274
parentb2d6efd04a36cbb7d563b0eee465e1608135a23b (diff)
parent11a8a40853798bad6334e5d2098753040d1a35d0 (diff)
Merge #4
4: Add README r=matthiasbeyer a=matthiasbeyer Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5c111d1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# rust-ci-setup-bors
+
+You can fetch this repository to setup rust CI with bors in a project.
+
+In your project:
+
+```
+git checkout -b add-ci
+git fetch github.com/matthiasbeyer/rust-ci-setup-bors master
+git merge --no-ff --allow-unrelated-histories FETCH_HEAD
+```
+
+As this repository contains a default rust package (generated via `cargo init`),
+you might need to resolve some conflicts.
+
+We need to cargo package to be able to run automated CI jobs on this repository,
+for example for updating actions.
+
+You might also need to remove this README.
+
+## License
+
+(C) 2023 Matthias Beyer
+
+WTFPL
+