Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

A github action that allows a repository to list out the contributors in a clean table-like manner

Notifications You must be signed in to change notification settings

ory/List-Contributors

 
 

Repository files navigation

List Contributors

A Github Action that will write out the contributors in a repository to a specified markdown file


Action Status

Contributing to the Contributors


Contributors

Maanuj
Maanuj Vora
apps/github-actions/
apps/github-actions
Vincent/
Vincent
Patrik/
Patrik

Setting Up The Workflow Run

Input Tag Required Default Value Example
REPO_NAME True N/A '${{github.repository}}' or Maanuj-Vora/List-Contributors
ACCESS_TOKEN True N/A ${{secrets.GITHUB_TOKEN}}
CONTRIBUTOR True N/A "### Contributors"
FILEPATH False '/README.md' N/A
COLUMN_PER_ROW False '6' N/A
IMG_WIDTH False '100' N/A
FONT_SIZE False '14' N/A
COMMIT_MESSAGE False 'Contributed to Contributer' N/A

Example

An example of this workflow can be found at example.yml

About

A github action that allows a repository to list out the contributors in a clean table-like manner

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.2%
  • Dockerfile 5.8%