Skip to content

Commit f543033

Browse files
authored
ci: Streamline naming of CI workflows (#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:

0 commit comments

Comments
 (0)