action-lgtm-reaction icon indicating copy to clipboard operation
action-lgtm-reaction copied to clipboard

"Nerdy Integration" gives me the error `no giphy`

Open Blackjacx opened this issue 4 years ago • 1 comments

When I the action the nerdy way I dont get any gif :-( This is my workflow:

name: LGTM

on:
  issue_comment:
    types: [created]
  pull_request_review:
    types: [submitted]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: micnncim/action-lgtm-reaction@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }}
        with:
          trigger: '[".*looks good to me.*", "^lgtm$", "^[gG]ood [jJ]ob!?$"]'
          override: true
          source: 'giphy'

Blackjacx avatar Mar 24 '20 11:03 Blackjacx

Same here

beaussan avatar Sep 03 '20 08:09 beaussan