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
Because of GitHub REST API limitation, provided token requires `public_repo` scope to access projects informations.
15
-
16
-
Note that by default, projects have progress tracking disabled.
17
-
To enable it, open the `≡ Menu` and edit the project to opt-in to `Track project progress` (it can be a bit confusing since it's actually not in the project settings).
It is possible to display projects related to repositories along with personal projects.
36
-
37
-
To do so, open your repository project and retrieve the last URL endpoint, in the format `:user/:repository/projects/:project_id` (for example, `lowlighter/metrics/projects/1`) and add it in the `plugin_projects_repositories` option. Enable `Track project progress` in the project settings to display a progress bar in generated metrics.
38
-
39
-

40
-
41
-
</details>
42
-
43
-
#### ➡️ Available options
25
+
## ➡️ Available options
44
26
45
27
<!--options-->
46
28
<table>
@@ -49,7 +31,7 @@ To do so, open your repository project and retrieve the last URL endpoint, in th
Repositories projects are created from the `Projects` tab of a repository.
99
+
100
+
To use it with this plugin, retrieve the last section of the project URL (it should match the format `:user/:repository/projects/:project_id`) and add it in the `plugin_projects_repositories`.
101
+
102
+
Be sure to tick `Track project progress` in project settings to display a progress bar.
103
+
104
+

0 commit comments