Skip to content

Commit

Permalink
chore(settings): add settings.yml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Chu authored Sep 23, 2022
1 parent e154cca commit 95bd64c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
repository:
name: cv_template
description: Template for LaTeX with moderncv Docker container, to build and create seamlessly CVs and cover letters
topics: docker, template, latex, moderncv

has_projects: false
has_wiki: false

default_branch: main

allow_merge_commit: false
allow_rebase_merge: true
allow_squash_merge: true
delete_branch_on_merge: true


branches:
- name: main
protection:
enforce_admins: false
required_conversation_resolution: true
required_pull_request_reviews:
dismiss_stale_reviews: true
dismissal_restrictions: {}
required_approving_review_count: 1
required_status_checks:
strict: true
restrictions: null

0 comments on commit 95bd64c

Please sign in to comment.