You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| administration → permission | Users who are allowed to execute commands such as pull request approval, test re-runs and others. <br/> The permissions here are one level above the *repositories* item, so they overlap the others. | list(string) | None |
60
-
| administration → permission → repositories | Users with permissions on certain repositories. | list(object) | None |
61
-
| pullRequest → approveCommand | Command for approval of the PR by *Gotcha*. | string | lgtm |
62
-
| pullRequest → runTestSuiteCommand | Command to re-run the test suite. | string | run testsuite |
63
-
| pullRequest → mergeCommand | Command for merge of the PR by *Gotcha*. | string | merge |
64
-
| pullRequest → mergeAndDeleteCommand | Command for merge and delete ref branch of the PR by *Gotcha*. | string | merge and delete |
65
-
| pullRequest → testSuite → namePattern | Format (regex) that pull request name must follow.<br/> Default value is based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). | string(regex) | (?P<type>feat|fix|refactor|style|docs|build)(?P<separator>:) (?P<body>.+)' |
66
-
| pullRequest → testSuite → reviewers | Need to have reviewers on the pull request. | bool | false |
67
-
| pullRequest → testSuite → assignees | Need to have assignees on the pull request. | bool | true |
68
-
| pullRequest → testSuite → labels | Need to have labels on the pull request. | bool | true |
| administration → permission | Users who are allowed to execute commands such as pull request approval, test re-runs and others. <br/> The permissions here are one level above the *repositories* item, so they overlap the others. | list(string) | None |
60
+
| administration → permission → repositories | Users with permissions on certain repositories. | list(object) | None |
61
+
| pullRequest → approveCommand | Command for approval of the PR by *Gotcha*. | string | lgtm |
62
+
| pullRequest → runTestSuiteCommand | Command to re-run the test suite. | string | run testsuite |
63
+
| pullRequest → mergeCommand | Command for merge of the PR by *Gotcha*. | string | merge |
64
+
| pullRequest → mergeAndDeleteCommand | Command for merge and delete ref branch of the PR by *Gotcha*. | string | merge and delete |
65
+
| pullRequest → testSuite → namePattern | Format (regex) that pull request name must follow.<br/> Default value is based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). | string(regex) | (?P<type>feat|fix|refactor|style|docs|build|chore)(?P<separator>:) (?P<body>.+)' |
66
+
| pullRequest → testSuite → reviewers | Need to have reviewers on the pull request. | bool | false |
67
+
| pullRequest → testSuite → assignees | Need to have assignees on the pull request. | bool | true |
68
+
| pullRequest → testSuite → labels | Need to have labels on the pull request. | bool | true |
0 commit comments