Skip to content

Commit 2256199

Browse files
committed
ci: drop the chore prefix from the regeneration commit message
1 parent ccfdca1 commit 2256199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual_regenerate_models.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
BRANCH: ${{ inputs.docs_pr_number && format('update-models-docs-pr-{0}', inputs.docs_pr_number) || 'update-models-manual' }}
4141
# Message for the automated regeneration commit. Kept descriptive (and traceable to the docs PR) for the
4242
# branch history. It is deliberately NOT reused as the PR title.
43-
COMMIT_MESSAGE: "${{ inputs.docs_pr_number && format('chore: update generated models from apify-docs PR #{0}', inputs.docs_pr_number) || 'chore: update generated models from published OpenAPI spec' }}"
43+
COMMIT_MESSAGE: "${{ inputs.docs_pr_number && format('update generated models from apify-docs PR #{0}', inputs.docs_pr_number) || 'update generated models from published OpenAPI spec' }}"
4444
# Placeholder PR title — just `TODO`, so it carries no valid commit type and `pr-title-check` stays red
4545
# until a human replaces it (the default can never be merged as-is). The required action, the apify-docs
4646
# reference, and its link all live in the PR body, not the title.

0 commit comments

Comments
 (0)