-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github): add github settings as code
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
homepage: github.com/AlbertHernandez/express-typescript-service-template | ||
topics: nodejs, template, typescript, nodejs service template, express, nodejs express template | ||
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: [] |