8
0
Fork
You've already forked github-org-tools
0
Tools for managing repo settings across Github organisations
Find a file
The Fox in the Shell f58b280e6a
Initial commit
Just the licence and a description of the goals.
2017年04月07日 02:35:04 -04:00
LICENSE.md Initial commit 2017年04月07日 02:35:04 -04:00
README.md Initial commit 2017年04月07日 02:35:04 -04:00

github-org-tools -- Managing repository settings in Github organisations

This tool applies settings on repositories of a given Github organisation, described in a configuration file.

In particular, this can set:

  • collaborators and teams with read or write access;
  • protected branches, including
    • required status hooks (e.g. "CI must pass before merging");
    • restrictions on which users may push to the branch;
    • whether "force pushes" are allowed on that branch;
  • issue labels.