Skip to content

Commit 8ce4c72

Browse files
committed
build: checkout .mailmap file when generating PR commit message
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 8959b08 commit 8ce4c72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/generate_pr_commit_message.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
# Pin action to full length commit SHA
5757
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858
with:
59-
# Ensure we have access to the scripts directory:
59+
# Ensure we have access to the scripts directory and .mailmap file for generating the commit message:
6060
sparse-checkout: |
6161
.github/workflows/scripts
62+
.mailmap
6263
sparse-checkout-cone-mode: false
6364

6465
# Generate commit message:

0 commit comments

Comments
 (0)