Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 549 Bytes

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 }}