diff --git a/.github/settings.yml b/.github/settings.yml index 6232285..16b795a 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,7 +1,11 @@ # https://github.com/probot/settings branches: - - name: master + - name: "master" + + # https://developer.github.com/v3/repos/branches/#remove-branch-protection + # https://developer.github.com/v3/repos/branches/#update-branch-protection + protection: enforce_admins: false required_pull_request_reviews: @@ -10,34 +14,45 @@ branches: required_approving_review_count: 1 required_status_checks: contexts: - - "Build" + - "Build" strict: false restrictions: null +# https://developer.github.com/v3/issues/labels/#create-a-label +# https://developer.github.com/v3/issues/labels/#update-a-label + labels: - - name: bug - color: ee0701 + - name: "bug" + color: "#ee0701" + description: "" - - name: dependency - color: 0366d6 + - name: "dependency" + color: "#0366d6" + description: "" - - name: enhancement - color: 0e8a16 + - name: "enhancement" + color: "#0e8a16" + description: "" - - name: question - color: cc317c + - name: "question" + color: "#cc317c" + description: "" - - name: security - color: ee0701 + - name: "security" + color: "#ee0701" + description: "" - - name: stale - color: eeeeee + - name: "stale" + color: "#eeeeee" + description: "" + +# https://developer.github.com/v3/repos/#edit repository: allow_merge_commit: true allow_rebase_merge: false allow_squash_merge: false - default_branch: master + default_branch: "master" description: ":octocat: + :musical_note: Provides a GitHub action for running ergebnis/composer-normalize." has_downloads: true has_issues: true @@ -45,5 +60,9 @@ repository: has_projects: false has_wiki: false homepage: "https://github.com/ergebnis/composer-normalize" - name: composer-normalize-action + name: "composer-normalize-action" private: false + + # https://developer.github.com/v3/repos/branches/#remove-branch-protection + + topics: "github-action, composer, normalize"