diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5912298 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/.github/ @TokTok/admins diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..70c69b7 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,19 @@ +--- +_extends: template + +repository: + name: hs-github-tools + description: Small GitHub utilities like pull-status and changelog generator + topics: github, haskell + has_issues: true + +branches: + - name: "master" + protection: + required_status_checks: + contexts: + - Codacy/PR Quality Review + - Travis CI - Pull Request + - WIP + - code-review/reviewable + - license/cla