From 734f181e01fb4205cf4360029db4885230792193 Mon Sep 17 00:00:00 2001 From: ChenMo Date: Fri, 20 Mar 2026 20:49:36 +0800 Subject: [PATCH] ci: add Co-authored-by workflow (#2934) * ci: add Co-authored-by workflow for auto-injecting company email trailer --- .github/workflows/set-author-email.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/set-author-email.yml diff --git a/.github/workflows/set-author-email.yml b/.github/workflows/set-author-email.yml new file mode 100644 index 000000000..7a79457f8 --- /dev/null +++ b/.github/workflows/set-author-email.yml @@ -0,0 +1,13 @@ +name: Set author email + +on: + push: + branches: [main, 'dev/**'] + +jobs: + set-author-email: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - uses: galacean/shared-actions/set-author-email@main