Skip to content
message-circle

GitHub Action

Random RickRoll

v1.0 Latest version

Random RickRoll

message-circle

Random RickRoll

Make GitHub rick-roll innocent people

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Random RickRoll

uses: TejasvOnly/[email protected]

Learn more about this action in TejasvOnly/random-rickroll

Choose a version

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

Optional Github token of the repository. (Defaults to ${{ github.token }})

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