Skip to content

feremabraz/action-reward-pr

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages