Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muety/readme-guestbook

A GitHub action to create a guestbook in your README from repository issues
https://github.com/muety/readme-guestbook

actions gh-actions readme

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](examples/workflow.yml).

### Inputs
* `max_entries` (**required**): Maximum number of guestbook entries to display. Default `10`.

### Example Usage
```yaml
uses: muety/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_entries: 5
```

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

## Development
### Setup
```bash
yarn
```

### Build
```bash
yarn build
```

### Running locally
```bash
GITHUB_REPOSITORY=muety/muety INPUT_TOKEN=ghp_notgonnatellyou INPUT_MAX_ENTRIES=10 node index.js
```

## License
MIT