FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 15dc23a0 authored by Andrew Vella's avatar Andrew Vella
Browse files

docs: formatting update to readme

parent 44b6fe74
No related branches found
No related tags found
1 merge request!1feat(image): add image that wraps the gitlab triage gem
Pipeline #718359 passed
......@@ -4,11 +4,13 @@ GitLab Triage provides a wrapper for the [`gitlab-triage`](https://gitlab.com/gi
## Settings
- `GITLAB_TOKEN` a valid GitLab API token. When running in local development, generate your own [GitLab Personal Access Token](https://docs.gitlab.com/user/profile/personal_access_tokens/).
- `GITLAB_URL` a valid GitLab host URL. For UIS DevOps the host is `https://gitlab.developers.cam.ac.uk/`
- `TRIAGE_SOURCE_ID` the id of the target GitLab `project` or `group`.
- `TRIAGE_SOURCE_TYPE` can be either `projects` or `groups` corresponding to the associated `TRIAGE_SOURCE_ID`.
- `TRIAGE_POLICY_FILE` a YAML file containing a valid triage policy.
The following settings are used to configure the `gitlab-triage` tool:
* `GITLAB_TOKEN` a valid GitLab API token. When running in local development, generate your own [GitLab Personal Access Token](https://docs.gitlab.com/user/profile/personal_access_tokens/).
* `GITLAB_URL` a valid GitLab host URL. For UIS DevOps the host is `https://gitlab.developers.cam.ac.uk/`
* `TRIAGE_SOURCE_ID` the id of the target GitLab `project` or `group`.
* `TRIAGE_SOURCE_TYPE` can be either `projects` or `groups` corresponding to the associated `TRIAGE_SOURCE_ID`.
* `TRIAGE_POLICY_FILE` a YAML file containing a valid triage policy.
## Local Development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment