Skip to content

Commit 31cfcc7

Browse files
committed
uniform typo
1 parent abba44b commit 31cfcc7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-chart-manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66

77
jobs:
8-
check_chart_manifest_in_sync:
8+
check-chart-manifest-in-sync:
99
name: Check in sync
1010
runs-on: ubuntu-latest
1111
steps:
@@ -21,4 +21,4 @@ jobs:
2121
else
2222
echo "❌ Manifest update required. Comment on your PR with '@meilisearch sync-manifest' to update the manifest";
2323
exit 1
24-
fi
24+
fi

.github/workflows/update-chart-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [created, edited]
55

66
jobs:
7-
sync_chart_manifest_on_comment:
7+
sync-chart-manifest-on-comment:
88
if: contains(github.event.comment.body, '@meilisearch sync-manifest')
99
name: Sync chart manifest on comment
1010
runs-on: ubuntu-latest

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
status = ['linter', 'helm-tests', 'check_chart_manifest_in_sync']
1+
status = ['linter', 'helm-tests', 'check-chart-manifest-in-sync']
22
# 1 hour timeout
33
timeout-sec = 3600

0 commit comments

Comments
 (0)