mirror of
https://github.com/galacean/engine.git
synced 2026-06-08 00:35:58 +08:00
ci: add Co-authored-by workflow (#2934)
* ci: add Co-authored-by workflow for auto-injecting company email trailer
This commit is contained in:
13
.github/workflows/set-author-email.yml
vendored
Normal file
13
.github/workflows/set-author-email.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user