From 9a5254afd323134536c17c18de29ca6489ec8134 Mon Sep 17 00:00:00 2001 From: End Nightshade Date: Mon, 16 Feb 2026 22:29:32 -0700 Subject: [PATCH] ci: sign auto-format commits as github-actions[bot] for verified status --- .github/workflows/format.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 42a8453..c76d3b0 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -64,3 +64,6 @@ jobs: with: commit_message: "style: auto-format with prettier" file_pattern: "src/**/*.ts src/**/*.tsx src/**/*.css *.json *.js *.cjs *.ts *.md" + commit_user_name: github-actions[bot] + commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com + commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>