Skip to content

A GitHub action to create a guestbook in your README from repository issues

License

Notifications You must be signed in to change notification settings

muety/readme-guestbook

Repository files navigation

readme-guestbook

A GitHub action that generates a simple guestbook from your repository's issues.

Usage

All you need to do is create a workflow file in your repository (under .github/workflows), see example.

Inputs

  • max_entries (required): Maximum number of guestbook entries to display. Default 10.

Example Usage

uses: muety/readme-guestbook@v1.0.9
with:
    token: ${{ secrets.GITHUB_TOKEN }}
    max_entries: 5

Note: Issues need to have a title prfixed with Guestbook to be considered

Development

Setup

yarn

Build

yarn build

Running locally

GITHUB_REPOSITORY=muety/muety INPUT_TOKEN=ghp_notgonnatellyou INPUT_MAX_ENTRIES=10 node index.js

License

MIT

About

A GitHub action to create a guestbook in your README from repository issues

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published