Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSim93 committed Dec 30, 2023
1 parent c34978c commit 82edc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ Below is a table outlining the various configuration parameters available for **
| Parameter Name | Description | Required | Default Value |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -------------------------------------------------------- |
| `GITHUB_TOKEN` | Github token. Requires read and write repository permissions for **Administration**(Only if `ORGANIZATIONS` is used), **Issues**, and **Pull Requests** | Yes | - |
| `GITHUB_REPO_FOR_ISSUE` | GitHub repository for issue creation | Yes | - |
| `GITHUB_OWNER_FOR_ISSUE` | Owner of the repository for issue | Yes | - |
| `GITHUB_REPO_FOR_ISSUE` | GitHub repository for issue creation | No | - |
| `GITHUB_OWNER_FOR_ISSUE` | Owner of the repository for issue | No | - |
| `GITHUB_OWNERS_REPOS` | Github owner/repository list separated by commas | No | - |
| `ORGANIZATIONS` | GitHub organizations, separated by commas. The 100 most recently updated repositories from these organizations will be added to the `GITHUB_OWNERS_REPOS` list to create an array with unique repositories. | No | - |
| `SHOW_STATS_TYPES` | Stats types that should be displayed in report. Values must be separated by commas. Can take values: `timeline`, `workload`, `pr-quality`, `code-review-engagement` | No | `timeline, workload, pr-quality, code-review-engagement` |
Expand Down

0 comments on commit 82edc57

Please sign in to comment.