🎟️ Follow-up of issues and pull requests
The followup plugin displays the ratio of open/closed issues and the ratio of open/merged pull requests across all your repositories, which shows if they're well-maintained or not.
|
|
➡️ Available options
| Type | Description |
plugin_followup |
Display follow-up of repositories issues and pull requests |
type: boolean
default: no |
|
plugin_followup_sections |
Sections to display |
type: array
(comma-separated)
default: repositories allowed values:
|
|
plugin_followup_indepth |
Indepth follow-up processing |
🌐 Web instances must configure settings.jsontype: boolean
default: no |
ℹ️ Examples workflows
name: Opened on user's repositories
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.followup.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ''
plugin_followup: 'yes'
name: Opened by user
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.followup.user.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ''
plugin_followup: 'yes'
plugin_followup_sections: user
name: Indepth analysis
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.followup.indepth.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ''
plugin_followup: 'yes'
plugin_followup_indepth: 'yes'