Skip to content

GitHub Action to randomly rick-roll people who open an issue on your repository.

License

Notifications You must be signed in to change notification settings

Thomgrus/random-rickroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Rick-Roll

This action comments a gif of Rick Astley when someone opens a new issue.

Inputs

percentage

Required Number of people out of hundred should be rickrolled (set this to 100 if you want to rickroll everyone).

message

Optional Comment message when not rickrolling (No comment would be made if not provided).

GITHUB_TOKEN

Required Github token of the repository.

Try Opening an issue in this repository : Demo

Example usage

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

About

GitHub Action to randomly rick-roll people who open an issue on your repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%