From 03974500e17117c31321937945ea34ced10159ca 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 93332b3..268c0ab 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,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)**.