Skip to content

Commit 4fe87cc

Browse files
author
Sophia Marie Terry
committed
Alter commit messages for new convention
1 parent 5eff38e commit 4fe87cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ updates:
2828
interval: weekly
2929
day: tuesday
3030
commit-message:
31-
prefix: "chore"
31+
prefix: "chore(ipa)"

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
target_branch: ${{ inputs.branch }}
122122
run_id: ${{ github.run_id }}
123123
with:
124-
commit_message: "docs(${{env.target_env}}): Release API Changelog :rocket:. See https://github.com/mongodb/openapi/actions/runs/${{env.run_id}}."
124+
commit_message: "ci(${{env.target_env}}): Release API Changelog :rocket:. See https://github.com/mongodb/openapi/actions/runs/${{env.run_id}}."
125125
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
126126
branch: ${{env.target_branch}}
127127
file_pattern: "changelog/*"

.github/workflows/release-spec-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
target_branch: ${{ inputs.branch }}
8484
run_id: ${{ github.run_id }}
8585
with:
86-
commit_message: "docs(${{env.target_env}}): Release OpenAPI Spec V1 :rocket:. See https://github.com/mongodb/openapi/actions/runs/${{env.run_id}}."
86+
commit_message: "ci(${{env.target_env}}): Release OpenAPI Spec V1 :rocket:. See https://github.com/mongodb/openapi/actions/runs/${{env.run_id}}."
8787
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
8888
branch: ${{env.target_branch}}
8989
file_pattern: "openapi/v1-deprecated/*"

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
target_branch: ${{ inputs.branch }}
184184
run_id: ${{ github.run_id }}
185185
with:
186-
commit_message: "docs(${{env.target_env}}): Release OpenAPI Spec :rocket:. See https://github.com/mongodb/openapi/actions/runs/${{env.run_id}}."
186+
commit_message: "ci(${{env.target_env}}): Release OpenAPI Spec :rocket:. See https://github.com/mongodb/openapi/actions/runs/${{env.run_id}}."
187187
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
188188
branch: ${{env.target_branch}}
189189
file_pattern: "openapi/*"

0 commit comments

Comments
 (0)