Skip to content

Commit

Permalink
ci(github): add github settings as code
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 10, 2024
1 parent 1c15da5 commit 97a85aa
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
repository:
name: express-typescript-service-template
description: Template for new services based on Express and Typescript with the Best Practices and Ready for Production

Check failure on line 4 in .github/settings.yml

View workflow job for this annotation

GitHub Actions / lint

4:81 [line-length] line too long (121 > 80 characters)
homepage: github.com/AlbertHernandez/express-typescript-service-template
topics: nodejs, template, typescript, nodejs service template, express, nodejs express template

Check failure on line 6 in .github/settings.yml

View workflow job for this annotation

GitHub Actions / lint

6:81 [line-length] line too long (97 > 80 characters)
has_wiki: false
private: false
has_issues: true
has_projects: false
default_branch: main
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: false
delete_branch_on_merge: true
enable_automated_security_fixes: true
enable_vulnerability_alerts: true
branches:
- name: main
protection:
required_pull_request_reviews:
required_approving_review_count: 1
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_status_checks:
strict: true
contexts: []
enforce_admins: false
required_linear_history: true
restrictions:
apps: []
users: []
teams: []

0 comments on commit 97a85aa

Please sign in to comment.