diff --git a/.changeset/config.json b/.changeset/config.json index d29a7dc..cb2d2db 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["starlight-contributor-list-docs"] } diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a5aa25e..721b514 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -68,8 +68,8 @@ jobs: id: changesets uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10 with: - commit: "[ci] release" - title: "[ci] release" + commit: "ci: release" + title: "ci: release" env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -80,7 +80,7 @@ jobs: git checkout changeset-release/main VERSION=$(node -p "require('./packages/starlight-contributor-list/package.json').version") NAME=$(node -p "require('./packages/starlight-contributor-list/package.json').name") - git commit --amend -m "[ci] release $NAME v$VERSION" --no-edit + git commit --amend -m "ci: release $NAME v$VERSION" --no-edit git push origin changeset-release/main:changeset-release/main --force image-tag: @@ -105,7 +105,7 @@ jobs: needs.changesets.outputs.hasChangesets == 'false' && ( contains(github.event.head_commit.message, 'deploy') || - contains(github.event.head_commit.message, '[ci] release') + contains(github.event.head_commit.message, 'ci: release') ) ) || github.event_name == 'workflow_dispatch' diff --git a/.github/workflows/welcome-bot.yaml b/.github/workflows/welcome-bot.yaml index 40476f9..29942a3 100644 --- a/.github/workflows/welcome-bot.yaml +++ b/.github/workflows/welcome-bot.yaml @@ -27,7 +27,7 @@ jobs: REPO_NAME="${{ github.event.repository.name }}" 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') echo "title_case_repo_name=$TITLE_CASE_REPO_NAME" >> $GITHUB_ENV - - uses: zephyrproject-rtos/action-first-interaction@7e6446f8439d8b4399169880c36a3a12b5747699 + - uses: zephyrproject-rtos/action-first-interaction@58853996b1ac504b8e0f6964301f369d2bb22e5c with: repo-token: ${{ steps.generate_token.outputs.token }} pr-opened-message: |