From ae20787429cf2ddd3207c3ff41da7ce59e6b479b Mon Sep 17 00:00:00 2001 From: "Roger D. Winans" Date: Mon, 10 May 2021 21:07:42 -0400 Subject: [PATCH] Stub a note in README pointing to #41 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4041637..202e39b 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,5 @@ jobs: add_pr_comment: 'Yes' pr_comment_token: '${{ github.token }}' ``` + +Please note: This configuration will add a new comment to the pull request each time it's triggered. To find out how to change that, check out [issue #41](https://github.com/solvaholic/octodns-sync/issues/41) and **[docs/add_pr_comment.md](docs/add_pr_comment.md)**.