8000 ci: Streamline naming of CI workflows (#11656) · n4bb12/sentry-javascript@f543033 · GitHub
[go: up one dir, main page]

Skip to content

Commit f543033

Browse files
authored
ci: Streamline naming of CI workflows (getsentry#11656)
The list in https://github.com/getsentry/sentry-javascript/actions is a bit hard to parse, maybe streamlining this makes this easier...
1 parent 308e743 commit f543033

13 files changed

+15
-15
lines changed

.github/ISSUE_TEMPLATE/flaky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
id: job-name
1919
attributes:
2020
label: Name of Job
21-
placeholder: Build & Test / Nextjs (Node 14) Tests
21+
placeholder: "CI: Build & Test / Nextjs (Node 14) Tests"
2222
description: name of job as reported in the status report
2323
validations:
2424
required: true

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gitflow - Auto prepare release
1+
name: "Gitflow: Auto prepare release"
22
on:
33
pull_request:
44
types:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build & Test'
1+
name: 'CI: Build & Test'
22
on:
33
push:
44
branches:

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Canary Tests'
1+
name: 'CI: Canary Tests'
22
on:
33
schedule:
44
# Run every day at midnight

.github/workflows/clear-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Clear all GHA caches
1+
name: "Action: Clear all GHA caches"
22
on:
33
workflow_dispatch:
44

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: 'CodeQL'
12+
name: 'CI: CodeQL'
1313

1414
on:
1515
push:

.github/workflows/enforce-license-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Enforce License Compliance
1+
name: "CI: Enforce License Compliance"
22

33
on:
44
push:

.github/workflows/flaky-test-detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Detect flaky tests'
1+
name: 'CI: Detect flaky tests'
22
on:
33
workflow_dispatch:
44
pull_request:

.github/workflows/gitflow-sync-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Gitflow - Sync master into develop
1+
name: "Gitflow: Sync master into develop"
22
on:
33
push:
44
branches:

.github/workflows/issue-package-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Tag issue with package label'
1+
name: 'Automation: Tag issue with package label'
22

33
on:
44
issues:

.github/workflows/release-size-info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Add size info to release
1+
name: "Automation: Add size info to release"
22
on:
33
release:
44
types:
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
version: ${{ steps.get_version.outputs.version }}
30-
workflow_name: 'Build & Test'
30+
workflow_name: 'CI: Build & Test'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prepare Release
1+
name: "Action: Prepare Release"
22
on:
33
workflow_dispatch:
44
inputs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
88
faster, so we can get back to enjoying technology. If you want to join us
99
[<kbd>**Check out our open positions**</kbd>](https://sentry.io/careers/)_
1010

11-
![Build & Test](https://github.com/getsentry/sentry-javascript/workflows/Build%20&%20Test/badge.svg)
12-
[![codecov](https://codecov.io/gh/getsentry/sentry-javascript/branch/master/graph/badge.svg)](https://codecov.io/gh/getsentry/sentry-javascript)
11+
![Build & Test](https://github.com/getsentry/sentry-javascript/workflows/CI:%20Build%20&%20Test/badge.svg)
12+
[![codecov](https://codecov.io/gh/getsentry/sentry-javascript/branch/develop/graph/badge.svg)](https://codecov.io/gh/getsentry/sentry-javascript)
1313
[![npm version](https://img.shields.io/npm/v/@sentry/core.svg)](https://www.npmjs.com/package/@sentry/core)
1414
[![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/Ww9hbqr)
1515

0 commit comments

Comments
 (0)
0