From 287abb749c492c2b8266b15b015445b8af926ee4 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 16 Jun 2020 14:26:12 +0100 Subject: [PATCH] settings.yml extend gh/a-c/.github repo --- .github/settings.yml | 62 +++----------------------------------------- 1 file changed, 3 insertions(+), 59 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 78bacc47a0..b27b575f0c 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,61 +1,5 @@ -### -# https://probot.github.io/apps/settings/ -# - # DO NOT MODIFY -# this is a copy of https://github.com/gundalow-collection/.github/blob/master/.github/settings.yml -# Work around till https://github.com/probot/settings/pull/179 is merged - - -repository: - # See https://developer.github.com/v3/repos/#edit for all available settings. - has_issues: true - has_wiki: false - has_pages: false - default_branch: master - allow_squash_merge: true - allow_merge_commit: false - allow_rebase_merge: true - -# Labels: define labels for Issues and Pull Requests -labels: - - name: bug - color: fbca04 - description: This issue/PR relates to a bug. - - name: feature - description: This issue/PR relates to a feature request. - color: 006b75 - - name: migrated_from_ansible_ansible - color: 5319e7 - description: This issue/PR was moved from gh/ansible/ansible - -branches: - - name: master - # https://developer.github.com/v3/repos/branches/#update-branch-protection - # Branch Protection settings. Set to null to disable - protection: - # Required. Require at least one approving review on a pull request, before merging. Set to null to disable. - required_pull_request_reviews: - # The number of approvals required. (1-6) - required_approving_review_count: 1 - # Dismiss approved reviews automatically when a new commit is pushed. - dismiss_stale_reviews: true - # Blocks merge until code owners have reviewed. - require_code_owner_reviews: true - # Specify which users and teams can dismiss pull request reviews. Pass an empty dismissal_restrictions object to disable. User and team dismissal_restrictions are only available for organization-owned repositories. Omit this parameter for personal repositories. - dismissal_restrictions: - users: [] - teams: [] - # Required. Require status checks to pass before merging. Set to null to disable - required_status_checks: - # Required. Require branches to be up to date before merging. - strict: true - # Required. The list of status checks to require in order to merge into this branch - contexts: [] - # Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable. - enforce_admins: true - # Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable. - #restrictions: - # users: [] - # teams: [] +# Settings: https://probot.github.io/apps/settings/ +# Pull settings from https://github.com/ansible-collections/.github/blob/master/.github/settings.yml +_extends: ".github"