Matticusau / pr-helper

Extremely powerful GitHub Action to streamline management of PRs through automation of common tasks. Very versatile with plenty of configuration settings to adapt to many different implementations.
MIT License
9 stars 1 forks source link

Multiple comment automation welcome messages #17

Closed Matticusau closed 4 years ago

Matticusau commented 4 years ago

Bug Report

Current Behavior When editing through GitHub UI and providing multiple commits to a PR the initial instructions on comment automation are being submitted multiple times.

To Reproduce Steps to reproduce the behavior:

  1. Edit a file via GitHub UI, commit to a new branch, and create PR
  2. Edit another file in the same branch and commit
  3. Edit another file in the same branch and commit
  4. You will see multiple comment automation messages. See screen shot

Expected behavior/code The instructions should only be sent on PR open

GitHub Action Configuration (.yml, etc)

N/A

Environment

Possible Solution Working on it

Additional context/Screenshots Example

image

Matticusau commented 4 years ago

Resolved