Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #67 from ergebnis/feature/synchronize
Browse files Browse the repository at this point in the history
Enhancement: Synchronize with ergebnis/github-action-template
  • Loading branch information
localheinz authored Jan 1, 2020
2 parents fc2e21f + e256159 commit d288f18
Showing 1 changed file with 36 additions and 17 deletions.
53 changes: 36 additions & 17 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -10,41 +14,56 @@ branches:
required_approving_review_count: 1
required_status_checks:
contexts:
- "Build"
- "Run"
- "Build"
- "Run"
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
has_pages: false
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"

0 comments on commit d288f18

Please sign in to comment.