From 2fd989f16d6414e24b1a1cdcae4be23915631ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 6 Sep 2023 15:47:11 +0200 Subject: [PATCH] ci: bump zephyrproject-rtos/action-first-interaction v1.1.1-zephyr-4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A recent fix in zephyrproject-rtos/action-first-interaction/pull/5 is now making the bot's comments on PR be actual comments, not PR "review comments". Signed-off-by: Benjamin Cabé --- .github/workflows/greet_first_time_contributor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greet_first_time_contributor.yml b/.github/workflows/greet_first_time_contributor.yml index 8ed7157975a..c4f9b5764e6 100644 --- a/.github/workflows/greet_first_time_contributor.yml +++ b/.github/workflows/greet_first_time_contributor.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-3 + - uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-4 with: repo-token: ${{ secrets.GITHUB_TOKEN }}