Files
metrics/source/plugins/projects/metadata.yml
2022-07-29 15:30:23 -04:00

51 lines
1.4 KiB
YAML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: 🗂️ GitHub projects
category: github
description: |
This plugin displays progress of profile and repository projects.
> This plugin currently only supports [GitHub projects boards](https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards) and not [GitHub projects (beta)](https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects)
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.projects.svg
index: 18
supports:
- user
- organization
- repository
scopes:
- public_access
- public_repo
inputs:
plugin_projects:
description: |
Enable projects plugin
type: boolean
default: no
plugin_projects_limit:
description: |
Display limit
Projects defined by [`plugin_projects_repositories`](/source/plugins/projects/README.md#plugin_projects_repositories) are not affected by this option
type: number
default: 4
min: 0
max: 100
plugin_projects_repositories:
description: |
Featured repositories projects
Use the following syntax for each project `:user/:repo/projects/:project_id`
type: array
example: username/repo/projects/1, username/repo/projects/2, ...
format: comma-separated
default: ""
preset: no
plugin_projects_descriptions:
description: |
Projects descriptions
type: boolean
default: no