Files
metrics/source/plugins/introduction
2022-02-04 02:56:51 +00:00
..
2021-02-17 19:58:57 +01:00
2021-04-29 14:32:34 +02:00
2022-01-15 21:19:55 -05:00
2022-02-04 02:56:51 +00:00

🙋 Introduction

This plugin displays account bio or organization/repository description.

It is mostly intended for images that will be used outside of GitHub, since these informations are already displayed on GitHub.

Supported features
→ Full specification
📗 Classic template 📘 Repository template
👤 Users 👥 Organizations 📓 Repositories
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional)
For an user or an organization
For a repository

➡️ Available options

TypeDescription

plugin_introduction

Display account or repository introduction

type: boolean
default: no

plugin_introduction_title

Display introduction section title

type: boolean
default: yes

Examples workflows

name: Organization introduction
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.introduction.svg
  token: ${{ secrets.METRICS_TOKEN }}
  user: github
  base: header
  plugin_introduction: yes

name: Repository introduction
uses: lowlighter/metrics@latest
with:
  filename: metrics.plugin.introduction.repository.svg
  token: ${{ secrets.METRICS_TOKEN }}
  template: repository
  repo: metrics
  base: header
  plugin_introduction: yes