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