diff --git a/.github/ISSUE_TEMPLATE/flaky.yml b/.github/ISSUE_TEMPLATE/flaky.yml index bff560770675..48e6ce41c047 100644 --- a/.github/ISSUE_TEMPLATE/flaky.yml +++ b/.github/ISSUE_TEMPLATE/flaky.yml @@ -18,7 +18,7 @@ body: id: job-name attributes: label: Name of Job - placeholder: Build & Test / Nextjs (Node 14) Tests + placeholder: "CI: Build & Test / Nextjs (Node 14) Tests" description: name of job as reported in the status report validations: required: true diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 9526e93d55c6..c7956198bf92 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -1,4 +1,4 @@ -name: Gitflow - Auto prepare release +name: "Gitflow: Auto prepare release" on: pull_request: types: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81ca274c81b3..7733e15546ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: 'Build & Test' +name: 'CI: Build & Test' on: push: branches: diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 6d1c24fe5d45..2771e84ece6b 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -1,4 +1,4 @@ -name: 'Canary Tests' +name: 'CI: Canary Tests' on: schedule: # Run every day at midnight diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index 40f7141764c3..2946723fe6b8 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -1,4 +1,4 @@ -name: Clear all GHA caches +name: "Action: Clear all GHA caches" on: workflow_dispatch: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a74adca29afd..73ce7ec1f698 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: 'CodeQL' +name: 'CI: CodeQL' on: push: diff --git a/.github/workflows/enforce-license-compliance.yml b/.github/workflows/enforce-license-compliance.yml index 176758b840a3..8f63b6ca063b 100644 --- a/.github/workflows/enforce-license-compliance.yml +++ b/.github/workflows/enforce-license-compliance.yml @@ -1,4 +1,4 @@ -name: Enforce License Compliance +name: "CI: Enforce License Compliance" on: push: diff --git a/.github/workflows/flaky-test-detector.yml b/.github/workflows/flaky-test-detector.yml index 78496c34b476..065fdbe1d747 100644 --- a/.github/workflows/flaky-test-detector.yml +++ b/.github/workflows/flaky-test-detector.yml @@ -1,4 +1,4 @@ -name: 'Detect flaky tests' +name: 'CI: Detect flaky tests' on: workflow_dispatch: pull_request: diff --git a/.github/workflows/gitflow-sync-develop.yml b/.github/workflows/gitflow-sync-develop.yml index 612d2802a580..893dbbbf56fb 100644 --- a/.github/workflows/gitflow-sync-develop.yml +++ b/.github/workflows/gitflow-sync-develop.yml @@ -1,4 +1,4 @@ -name: Gitflow - Sync master into develop +name: "Gitflow: Sync master into develop" on: push: branches: diff --git a/.github/workflows/issue-package-label.yml b/.github/workflows/issue-package-label.yml index 701b27b1d4d6..2e2f41904f7c 100644 --- a/.github/workflows/issue-package-label.yml +++ b/.github/workflows/issue-package-label.yml @@ -1,4 +1,4 @@ -name: 'Tag issue with package label' +name: 'Automation: Tag issue with package label' on: issues: diff --git a/.github/workflows/release-size-info.yml b/.github/workflows/release-size-info.yml index 01197d02c0b7..f56883faf986 100644 --- a/.github/workflows/release-size-info.yml +++ b/.github/workflows/release-size-info.yml @@ -1,4 +1,4 @@ -name: Add size info to release +name: "Automation: Add size info to release" on: release: types: @@ -27,4 +27,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} version: ${{ steps.get_version.outputs.version }} - workflow_name: 'Build & Test' + workflow_name: 'CI: Build & Test' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f36bdbedc05..314f639d4620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Prepare Release +name: "Action: Prepare Release" on: workflow_dispatch: inputs: diff --git a/README.md b/README.md index 101b712ced0b..19f9e5e570b8 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he faster, so we can get back to enjoying technology. If you want to join us [**Check out our open positions**](https://sentry.io/careers/)_ -![Build & Test](https://github.com/getsentry/sentry-javascript/workflows/Build%20&%20Test/badge.svg) -[![codecov](https://codecov.io/gh/getsentry/sentry-javascript/branch/master/graph/badge.svg)](https://codecov.io/gh/getsentry/sentry-javascript) +![Build & Test](https://github.com/getsentry/sentry-javascript/workflows/CI:%20Build%20&%20Test/badge.svg) +[![codecov](https://codecov.io/gh/getsentry/sentry-javascript/branch/develop/graph/badge.svg)](https://codecov.io/gh/getsentry/sentry-javascript) [![npm version](https://img.shields.io/npm/v/@sentry/core.svg)](https://www.npmjs.com/package/@sentry/core) [![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/Ww9hbqr)