ci: bump zephyrproject-rtos/action-first-interaction version

Bump to v1.1.1-zephyr-3 version of the first-interaction GH action.
This fixes several issues:
- some contributors being improperly flagged as first-time contributors
- retry/throttling handling to address secondary API rate limit causing
action to sometimes fail
- first time contributor not being notified on their first merged PR

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-05-12 13:51:09 +02:00 committed by Stephanos Ioannidis
parent 404ffa06bb
commit 909080a7a5

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-1
- uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}