- Featured by GitHub
This is a simple Github Action which comments on your PRs with a cat gif as a reward for pushing some code.
This is just a novelty action, but feel free to use it. If you'd like to contribute then just open a PR.
name: Cats 😺
on:
pull_request_target:
types:
- opened
- reopened
jobs:
aCatForCreatingThePullRequest:
name: A cat for your effort!
runs-on: ubuntu-latest
steps:
- uses: ruairidhwm/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}