pndurette / ascii-reply

GitHub Action that replies to an issue/PR comment, with that comment in ASCII art text.

Home Page:https://github.com/marketplace/actions/ascii-reply

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII reply (pndurette/ascii-reply)

Action that responds to an issue/PR comment, with that comment in ASCII art text.

Can be restricted to a 'command' (e.g. /ascii <text>).

It uses the Python art library to generate ASCII text, using a random medium font.

screenshot

Events

issue_comment

Tested with types: created

Inputs

repo-token

Required Token for the repo. Set literally to ${{ secrets.GITHUB_TOKEN }}. No default.

Outputs

None

Example usage

- uses: pndurette/ascii-reply@v2
  if: startsWith(github.event.comment.body, '/ascii')
  with:
    repo-token: ${{ secrets.GITHUB_TOKEN }}

About

GitHub Action that replies to an issue/PR comment, with that comment in ASCII art text.

https://github.com/marketplace/actions/ascii-reply

License:MIT License


Languages

Language:Python 86.9%Language:Dockerfile 13.1%