Skip to content

Commit be77dfb

Browse files
committed
Add settings.yml, mostly delegating to .github repo
This will be applied by the Settings GitHub App https://github.com/organizations/cucumber/settings/installations/19763027
1 parent 7ebffdf commit be77dfb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/settings.yml @cucumber/settings

.github/settings.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
_extends: .github
2+
3+
repository:
4+
name: cucumber-js-pretty-formatter
5+
description: Cucumber.js pretty formatter
6+
7+
teams:
8+
# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options
9+
10+
- name: committers
11+
permission: push
12+
13+
- name: cucumber-js
14+
permission: maintain

0 commit comments

Comments
 (0)