Skip to content

Commit

Permalink
Create settings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prawy126 authored Nov 30, 2023
1 parent b4bf88f commit 2ef8d53
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Repository settings set via https://github.com/probot/settings

repository:
has_issues: true
has_wiki: false
has_projects: false
has_downloads: false

labels:
- name: help wanted
oldname: help-wanted
color: 0e8a16
- name: more-information-needed
color: d93f0b
- name: bug
color: b60205
- name: feature
color: 1d76db
- name: good first issue
color: "5319e7"

# Not currently implemented by probot/settings, but manually implemented in script/deploy
branch_protection:
restrictions: null
enforce_admins: false
required_status_checks:
strict: true
contexts:
- "script/cibuild" # GitHub Actions CI workflow
required_pull_request_reviews:
require_code_owner_reviews: true

0 comments on commit 2ef8d53

Please sign in to comment.