Closed
Description
Description
From #35 (comment) :
The second thing is each time the action runs it adds a new comment to the PR which can get very noisy. The logger in octodns/octodns#156 (comment) checks the PR comments for one with
<!-- octodns/plan -->
and updates it if found or creates a new comment if it wasn't.
Expected Behavior
Update the existing comment, rather than create a new one
Actual Behavior
Each time the action runs it adds a new comment to the PR
Possible Fix
The logger in octodns/octodns#156 (comment) checks the PR comments for one with <!-- octodns/plan -->
and updates it if found or creates a new comment if it wasn't.
Steps to Reproduce
- Enable and configure this action
- Enable and configure
add_pr_comment
- Run octodns-sync to test changes
- Push more changes
- Run octodns-sync to test changes
Context
Your Environment
- Version used: main
- Link to your project: