Skip to content

Commit

Permalink
Use probot/settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Nov 17, 2018
1 parent 4ba92c9 commit 8cfe476
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# https://probot.github.io/apps/settings/
repository:
name: DrawTurksHead
description: Python library to draw Turk's Head knots
homepage: http://jacquev6.github.io/DrawTurksHead
private: false
has_issues: true
has_projects: false
has_wiki: false
default_branch: master
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
branches:
- name: master
protection:
required_status_checks:
strict: true
contexts:
- continuous-integration/travis-ci
enforce_admins: true
required_pull_request_reviews: null
restrictions: null

0 comments on commit 8cfe476

Please sign in to comment.