Skip to content

Commit 4111b99

Browse files
committed
build: remove temporary logging
--- 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 8b7ddc2 commit 4111b99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/scripts/generate_pr_commit_message

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@ main() {
226226
# Resolve name and email using .mailmap:
227227
resolved_author=$(resolve_name_email "$name" "$email")
228228

229-
230-
echo $resolved_email
231-
echo $pr_author_emails
232-
233229
# Skip if the resolved commit author's email matches any of the resolved PR author's emails:
234230
resolved_email=$(echo "$resolved_author" |
235231
sed -E 's/^.*<([^>]+)>.*/\1/' |

0 commit comments

Comments
 (0)