Files
metrics/source/plugins/followup/metadata.yml
2022-07-29 16:14:34 -04:00

49 lines
1.3 KiB
YAML

name: 🎟️ Follow-up of issues and pull requests
category: github
description: |
This plugin displays the ratio of open/closed issues and the ratio of open/merged pull requests across repositories.
examples:
+indepth analysis: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.indepth.svg
created on a user's repositories: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.svg
created by a user: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.followup.user.svg
index: 9
supports:
- user
- organization
- repository
scopes:
- public_access
inputs:
plugin_followup:
description: |
Enable followup plugin
type: boolean
default: no
plugin_followup_sections:
description: |
Displayed sections
- `repositories`: overall status of issues and pull requests on your repositories
- `user`: overall status of issues and pull requests you have created on GitHub
type: array
format: comma-separated
default: repositories
values:
- repositories
- user
plugin_followup_indepth:
description: |
Indepth analysis
type: boolean
default: no
extras:
- metrics.api.github.overuse
plugin_followup_archived:
description: |
Include archived repositories
type: boolean
default: yes