Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2021-08-18 23:10:03 +0300
committerAnthony Johnson <aj@ohess.org>2021-08-18 23:10:03 +0300
commit3eb4bdc481e078545ff6045290c25ad576086020 (patch)
tree0bfc2a9a151588f4e243058409754081633f0d30
parente3fba141e906e181cdb8999fa3b79f7a4aab4701 (diff)
Trying out codeowners
I just learned about this feature. We can apparently default who to delegate review to (on this repository, it's always @readthedocs/theme) https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners > Code owners are automatically requested for review when someone opens a pull request that modifies code that they own.
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..8fa0ef8
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1 @@
+* @readthedocs/theme