Skip to content

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

License

Notifications You must be signed in to change notification settings

pndurette/ascii-reply

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}