Skip to content

dennissivia/plus9k-ruby

Repository files navigation

Plus 9k

What it does

This action automatcially replies to +1 comments to let the user know that a more helpful way is to either react with an emoji to an existing post or to provide more context.

How it looks like

Example comment

Usage

Production example:

on: [issue_comment]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Run plus-9k
      uses: scepticulous/action-plus-9k@master
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        MESSAGE: "Please do not use +1 comments :slightly_frowning_face:"

Input

  • The GITHUB_TOKEN-env-var is required
  • MESSAGE-input is optional, the default is provided here.

License

The scripts and documentation in this project are released under the GPLv3