From 86fed9c2b0efa884e0c953576224333791bb94ca Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Wed, 11 Dec 2024 16:59:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20(ci):=20Update=20workflow=20name?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/generate_sbom.yml | 3 ++- .github/workflows/merge_queue.yml | 2 +- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot_release.yml | 6 +++--- .github/workflows/update_toolchain.yml | 3 ++- .github/workflows/version.yml | 6 +++--- 7 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/generate_sbom.yml b/.github/workflows/generate_sbom.yml index a075f921e..9e5f83a0f 100644 --- a/.github/workflows/generate_sbom.yml +++ b/.github/workflows/generate_sbom.yml @@ -1,4 +1,4 @@ -name: Generate SBOM +name: "[Automation] Generate SBOM" on: push: @@ -9,6 +9,7 @@ on: jobs: generate-sbom: + name: Generate SBOM runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/merge_queue.yml b/.github/workflows/merge_queue.yml index 1974bb035..b4dc44d7e 100644 --- a/.github/workflows/merge_queue.yml +++ b/.github/workflows/merge_queue.yml @@ -1,4 +1,4 @@ -name: Merge Queue Checks +name: "[Checks] Merge Queue" on: merge_group: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 03b9ae97a..ddbd70712 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,4 @@ -name: Pull Request Checks +name: "[Checks] Pull Request" on: pull_request: types: [opened, synchronize, reopened, edited] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 674622fc1..186aa4702 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Publish npm packages +name: "[Release] Publish Packages" on: push: branches: @@ -24,7 +24,7 @@ jobs: - uses: LedgerHQ/device-sdk-ts/.github/actions/setup-toolchain-composite@develop - - name: build libraries + - name: Build libraries run: pnpm build:libs - name: Login to internal JFrog registry diff --git a/.github/workflows/snapshot_release.yml b/.github/workflows/snapshot_release.yml index 8a9402701..004340710 100644 --- a/.github/workflows/snapshot_release.yml +++ b/.github/workflows/snapshot_release.yml @@ -1,4 +1,4 @@ -name: Publish snapshot version of npm packages +name: "[Release] Snapshot Release" on: schedule: - cron: "0 0 * * *" @@ -36,7 +36,7 @@ jobs: - uses: LedgerHQ/device-sdk-ts/.github/actions/setup-toolchain-composite@develop - - name: build libraries + - name: Build libraries run: pnpm build:libs - name: Login to internal JFrog registry @@ -59,7 +59,7 @@ jobs: # - name: create .npmrc # run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc - - name: create and publish snapshot release version + - name: Create and publish snapshot release version id: changesets run: | pnpm bump --snapshot ${{ env.TAG }} diff --git a/.github/workflows/update_toolchain.yml b/.github/workflows/update_toolchain.yml index 8ae5d842f..8bfa35874 100644 --- a/.github/workflows/update_toolchain.yml +++ b/.github/workflows/update_toolchain.yml @@ -1,4 +1,4 @@ -name: Update toolchain +name: "[Automation] Update Toolchain" on: schedule: @@ -10,6 +10,7 @@ env: jobs: update-toolchain: + name: "Update Toolchain" runs-on: ["ledgerhq-device-sdk"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 9b114eaf6..d09ed7670 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -1,4 +1,4 @@ -name: Create release pull request +name: "[Release] Create Versioning Pull Request" on: push: branches: @@ -15,10 +15,10 @@ jobs: - uses: LedgerHQ/device-sdk-ts/.github/actions/setup-toolchain-composite@develop - - name: build libraries + - name: Build libraries run: pnpm build:libs - - name: create release pull request + - name: Create release pull request uses: changesets/action@v1 with: version: pnpm bump