Skip to content
code

GitHub Action

Action Reward PR

1.0.0 Pre-release

Action Reward PR

code

Action Reward PR

Posts a GIF on every PR as a reward for pushing code

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Action Reward PR

uses: feremabraz/[email protected]

Learn more about this action in feremabraz/action-reward-pr

Choose a version

Action Reward

Github Action which comments on contributor's PRs with a GIF as a reward for pushing code. Similar to this one but without the cats, updated dependencias, and some other changes.

Example

Usage

name: Reward with GIF

on:
  pull_request:
    branches: [main]

jobs:
  reward:
    name: Action Reward PR
    runs-on: ubuntu-latest
    steps:
      - uses: gamekaiju/action-reward-pr@main
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}