From 769d4718f699cd079c807d672c4669159e8e4e08 Mon Sep 17 00:00:00 2001 From: ChenMo Date: Fri, 20 Mar 2026 21:25:29 +0800 Subject: [PATCH] Revert "ci: add Co-authored-by workflow (#2934)" (#2935) This reverts commit 734f181e01fb4205cf4360029db4885230792193. --- .github/workflows/set-author-email.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/set-author-email.yml diff --git a/.github/workflows/set-author-email.yml b/.github/workflows/set-author-email.yml deleted file mode 100644 index 7a79457f8..000000000 --- a/.github/workflows/set-author-email.yml +++ /dev/null @@ -1,13 +0,0 @@ -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