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:
parent
404ffa06bb
commit
909080a7a5
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue