Skip to content

Commit 7b6701c

Browse files
committed
fix automerge by giving better names
Signed-off-by: Doug Davis <[email protected]>
1 parent d3e82a7 commit 7b6701c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313

1414
conformance:
15-
name: CloudEvents
15+
name: CloudEvents Conformance
1616
strategy:
1717
matrix:
1818
go-version: [1.23]

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Go Lint on ./v2
3535
if: steps.golangci_configuration.outputs.files_exists == 'true'
36-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
36+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
3737
with:
3838
version: v1.61
3939
working-directory: v2

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313

1414
integration:
15-
name: CloudEvents
15+
name: CloudEvents Integration Test
1616
strategy:
1717
matrix:
1818
# Only test one go version: the integration tests don't seem to pass if NATS runs more one running at a time.

.github/workflows/observability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313

1414
observability:
15-
name: CloudEvents
15+
name: CloudEvents Observability
1616
strategy:
1717
matrix:
1818
go-version: [1.23]

0 commit comments

Comments
 (0)