Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

"Nerdy Integration" gives me the error no giphy #44

Open
Blackjacx opened this issue Mar 24, 2020 · 1 comment
Open

"Nerdy Integration" gives me the error no giphy #44

Blackjacx opened this issue Mar 24, 2020 · 1 comment

Comments

@Blackjacx
Copy link

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'
@beaussan
Copy link

beaussan commented Sep 3, 2020

Same here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants