This action comments a gif of Rick Astley when someone opens a new issue.
Required Number of people out of hundred should be rickrolled (set this to 100 if you want to rickroll everyone).
Optional Comment message when not rickrolling (No comment would be made if not provided).
Required Github token of the repository.
Try Opening an issue in this repository : Demo
on:
issues:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Rick Roll
uses: TejasvOnly/[email protected]
with:
percentage: 100
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}'