summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/community/github_admins.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
commit8a754e0858d922e955e71b253c139e071ecec432 (patch)
tree527d16e74bfd1840c85efd675fdecad056c54107 /docs/docsite/rst/community/github_admins.rst
parentInitial commit. (diff)
downloadansible-core-8a754e0858d922e955e71b253c139e071ecec432.tar.xz
ansible-core-8a754e0858d922e955e71b253c139e071ecec432.zip
Adding upstream version 2.14.3.upstream/2.14.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/docsite/rst/community/github_admins.rst')
-rw-r--r--docs/docsite/rst/community/github_admins.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/docsite/rst/community/github_admins.rst b/docs/docsite/rst/community/github_admins.rst
new file mode 100644
index 0000000..802b180
--- /dev/null
+++ b/docs/docsite/rst/community/github_admins.rst
@@ -0,0 +1,32 @@
+.. _github_admins:
+
+*************
+GitHub Admins
+*************
+
+.. contents:: Topics
+
+GitHub Admins have more permissions on GitHub than normal contributors or even committers. There are
+a few responsibilities that come with that increased power.
+
+
+Adding and removing committers
+==============================
+
+The Ansible Team will periodically review who is actively contributing to Ansible to grant or revoke
+contributors' ability to commit on their own. GitHub Admins are the people who have the power to
+actually manage the GitHub permissions.
+
+
+Changing branch permissions for releases
+========================================
+
+When we make releases we make people go through a :ref:`release_managers` to push commits to that
+branch. The GitHub admins are responsible for setting the branch so only the Release Manager can
+commit to the branch when the release process reaches that stage and later opening the branch once
+the release has been made. The Release manager will let the GitHub Admin know when this needs to be
+done.
+
+.. seealso:: The `GitHub Admin Process Docs
+ <https://docs.google.com/document/d/1gWPtxNX4J39uIzwqQWLIsTZ1dY_AwEZzAd9bJ4XtZso/edit#heading=h.2wezayw9xsqz>`_ for instructions
+ on how to change branch permissions.