Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #7 from trueberryless-org/renovate/github-actions

chore(deps): update zephyrproject-rtos/action-first-interaction digest to 5885399

authored by

Felix Schneider and committed by
GitHub
6aa735f9 1f0100b0

+1 -1
+1 -1
.github/workflows/welcome-bot.yaml
··· 27 27 REPO_NAME="${{ github.event.repository.name }}" 28 28 TITLE_CASE_REPO_NAME=$(echo "$REPO_NAME" | sed 's/-/ /g' | awk '{for(i=1;i<=NF;i++) $i=toupper(substr($i,1,1)) tolower(substr($i,2))} 1') 29 29 echo "title_case_repo_name=$TITLE_CASE_REPO_NAME" >> $GITHUB_ENV 30 - - uses: zephyrproject-rtos/action-first-interaction@7e6446f8439d8b4399169880c36a3a12b5747699 30 + - uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c 31 31 with: 32 32 repo-token: ${{ steps.generate_token.outputs.token }} 33 33 pr-opened-message: |