docs(readme): add info about new env variables

This commit is contained in:
Odonno 2017-10-07 20:28:44 +02:00
Родитель e2d98772f9
Коммит 2708fdc0fb
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -19,4 +19,6 @@ These environment variables should be set to launch the bot.
| GITHUB_BOT_UWP_TOOLKIT_ACCESS_TOKEN | Personal Access Token used to retrieve data from the GitHub API |
| GITHUB_BOT_UWP_TOOLKIT_REPO_OWNER | Target Repository owner (should be "Microsoft") |
| GITHUB_BOT_UWP_TOOLKIT_REPO_NAME | Target Repository name (should be "UWP Community Toolkit") |
| GITHUB_BOT_UWP_TOOLKIT_ACTIVATE_MUTATION | Activate GitHub mutation calls (false by default) |
| GITHUB_BOT_UWP_TOOLKIT_ACTIVATE_MUTATION | Activate GitHub mutation calls (false by default) |
| NUMBER_OF_DAYS_WITHOUT_ACTIVITY | Number of days without activity to check on `closeInactiveIssues` function |
| NUMBER_OF_DAYS_WITHOUT_RESPONSE | Number of days without response to check on `noResponseFromCommunityOnIssues` function |