Skip to content

Adds the ability to inject Giphy GIF but using a custom command in your PR comments.

License

Notifications You must be signed in to change notification settings

mkramb/giphy-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Giphy Action

Searches for /giphy <query> in the last PR comment and appends a new comment with Giphy GIF.

Inputs

  • giphy-secret - Required The token for authentication with the Giphy API.
  • github-secret - Required The token for authentication with the GitHub.

Example usage

name: "Giphy"

on: 
  issue_comment:
    types: [created]

jobs:
  giphy:
    runs-on: ubuntu-latest
    steps:
    - uses: mkramb/giphy-action@master
      with:
        giphy-secret: ${{ secrets.GIPHY_API_SECRET }}
        github-secret: ${{ secrets.GITHUB_API_SECRET }}

About

Adds the ability to inject Giphy GIF but using a custom command in your PR comments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published