Skip to content

Pull Request Status Giphy Action

Actions
A GitHub Action that displays a random thumbs up or thumbs down gif from Giphy when all checks on a Pull Request complete
v1.0.3
Latest
Star (15)

Tags

 (1)

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

on: pull_request
name: Pull Request Status Checks
jobs:
  pRStatusGiphy:
    name: PR Status Giphy
    runs-on: ubuntu-latest
    steps:
    - name: PR Status Giphy
      uses: jzweifel/pr-status-giphy-action@master
      env:
        GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }}
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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.

Pull Request Status Giphy Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

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

Tags

 (1)

Pull Request Status Giphy Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.