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.
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:"
- The
GITHUB_TOKEN
-env-var is required MESSAGE
-input is optional, the default is provided here.
The scripts and documentation in this project are released under the GPLv3