We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebffdf commit be77dfbCopy full SHA for be77dfb
.github/CODEOWNERS
@@ -0,0 +1 @@
1
+.github/settings.yml @cucumber/settings
.github/settings.yml
@@ -0,0 +1,14 @@
+_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