Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check

GitHub Action

Pull Request Status Giphy Action

v1.0.0

Pull Request Status Giphy Action

check

Pull Request Status Giphy Action

A GitHub Action that displays a random thumbs up or thumbs down gif from Giphy when all checks on a Pull Request complete

Installation

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

              

- name: Pull Request Status Giphy Action

uses: jzweifel/pr-status-giphy-action@v1.0.0

Learn more about this action in jzweifel/pr-status-giphy-action

Choose a version

Pull Request Status Giphy Action

A GitHub Action that displays a random thumbs up or thumbs down gif from Giphy when all checks on a Pull Request complete.

It will automatically clean up an existing comment before making a new one if checks are re-run.

Works best when used in a workflow that runs on the pull_request event.

thumbs-up-pr

thumbs-down-pr

Usage

workflow "Pull Request Status Checks" {
  resolves = "PR Status Giphy"
  on = "pull_request"
}

action "PR Status Giphy" {
  uses = "jzweifel/pr-status-giphy-action@master"
  secrets = ["GITHUB_TOKEN", "GIPHY_API_KEY"]
}

Secrets

  • GITHUB_TOKEN - Required.
  • GIPHY_API_KEY - Required. Your secret Giphy Api Key. You can create this key here.

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

Container images built with this project include third party materials. See THIRD_PARTY_NOTICE.md for details.