Skip to content

Action Cats

Actions

About

Posts a cat gif on every PR as a reward for pushing code
1.0.2
Latest
Star (80)

Tags

 (2)

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/action-cats@1.0.1
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Action Cats is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Posts a cat gif on every PR as a reward for pushing code
1.0.2
Latest

Tags

 (2)

Action Cats is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.