Action Cats Save

A quick Github action which posts a cat gif on your PRs to reward you for pushing code!

Project README

Cat Gif

Action Cats

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.

Usage

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 }}
Open Source Agenda is not affiliated with "Action Cats" Project. README Source: ruairidhwm/action-cats
Stars
69
Open Issues
7
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating