Piidro / pr-review-trigger

A github action for detecting a "trigger word" in a pull request review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pr-review-trigger

A github action for detecting a "trigger word" in a pull request review

Usage

Can only be triggered with pull_request_review. For instance:

on: 
  pull_request_review:
    types: [submitted]

Re-compilation

In case of any changes, you need to have zeit/ncc. Install with npm i -g @zeit/ncc

Then:

npm install
ncc build index.js

About

A github action for detecting a "trigger word" in a pull request review


Languages

Language:JavaScript 100.0%