This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch add-ga-create-or-update-comment in repository https://gitbox.apache.org/repos/asf/camel.git
commit 80219af1b99595330ef8fe0a6f68a614a73fa4c8 Author: Nicolas Filotto <[email protected]> AuthorDate: Thu Nov 2 10:45:49 2023 +0100 (chore) ci: add github action create-or-update-comment --- .github/actions/create-or-update-comment | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/actions/create-or-update-comment b/.github/actions/create-or-update-comment new file mode 160000 index 00000000000..cf8251698e3 --- /dev/null +++ b/.github/actions/create-or-update-comment @@ -0,0 +1 @@ +Subproject commit cf8251698e3d53de4e69e4fd13cfd7abb2c230fd diff --git a/.gitmodules b/.gitmodules index 61cda74e73e..6d6303adbe3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".github/actions/backport"] path = .github/actions/backport url = https://github.com/tibdex/backport +[submodule ".github/actions/create-or-update-comment"] + path = .github/actions/create-or-update-comment + url = https://github.com/peter-evans/create-or-update-comment.git
