From 899edf3035dd7bbfbdce04b5c7bddae618ea6e71 Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Mon, 11 May 2026 00:07:09 -0500 Subject: [PATCH] chore: add Git note --- 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../git-notes/4ba28863d5a10526febd508b7a955babcd74f8e0.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/git-notes/4ba28863d5a10526febd508b7a955babcd74f8e0.txt diff --git a/docs/git-notes/4ba28863d5a10526febd508b7a955babcd74f8e0.txt b/docs/git-notes/4ba28863d5a10526febd508b7a955babcd74f8e0.txt new file mode 100644 index 000000000000..6fee23c80d9c --- /dev/null +++ b/docs/git-notes/4ba28863d5a10526febd508b7a955babcd74f8e0.txt @@ -0,0 +1,7 @@ +--- +type: amend-message +--- +Merge pull request #5116 from gururaj1512/migrate-math-base-ops-add3 + +PR-URL: https://github.com/stdlib-js/stdlib/pull/5116 +Reviewed-by: Athan Reines