This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Accept uppercase LGTM as one of the default triggers #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Send LGTM reaction | |
on: | |
issue_comment: | |
types: [created] | |
pull_request_review: | |
types: [submitted] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: micnncim/action-lgtm-reaction@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }} | |
with: | |
override: true | |
source: 'giphy' |