https://github.com/ethomson/mona-action
A GitHub Action to brighten your mood
https://github.com/ethomson/mona-action
Last synced: over 1 year ago
JSON representation
A GitHub Action to brighten your mood
- Host: GitHub
- URL: https://github.com/ethomson/mona-action
- Owner: ethomson
- License: mit
- Created: 2019-09-06T12:13:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T14:54:24.000Z (over 6 years ago)
- Last Synced: 2025-01-24T07:11:31.608Z (over 1 year ago)
- Language: JavaScript
- Size: 6.13 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mona Actions
Have more octocats in your life to brighten your mood and reduce the amount of sserious bussiness in your issues. All you have to do is type `/octocat` in a GitHub issue to get an octocat bomb.
Set it up in your workflow:
```
on: issue_comment
jobs:
octobomb:
runs-on: ubuntu-latest
steps:
- uses: ethomson/mona-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
And once you do, any time somebody types `/octocat` in an issue, you'll get a random image from the [Octodex](https://octodex.github.com/).
