mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 14:26:46 +00:00
chore: clean bot commits and improve documentation
- Merged all bot commits (github-actions, Bot) into Tw93 account
- Fixed M/U/T key bindings in main menu
- Updated help menu and README command order
- Improved install script output
- Updated GitHub Actions to use Tw93 identity
This commit is contained in:
4
.github/workflows/quality.yml
vendored
4
.github/workflows/quality.yml
vendored
@@ -49,8 +49,8 @@ jobs:
|
||||
|
||||
- name: Commit formatting changes
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config user.name "Tw93"
|
||||
git config user.email "tw93@qq.com"
|
||||
if [[ -n $(git status --porcelain) ]]; then
|
||||
git add .
|
||||
git commit -m "chore: auto format code"
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -47,8 +47,8 @@ jobs:
|
||||
|
||||
- name: Commit binaries for release
|
||||
run: |
|
||||
git config user.name "Bot"
|
||||
git config user.email "noreply@github.com"
|
||||
git config user.name "Tw93"
|
||||
git config user.email "tw93@qq.com"
|
||||
git add bin/analyze-go bin/status-go
|
||||
if git diff --staged --quiet; then
|
||||
echo "No binary changes to commit"
|
||||
|
||||
Reference in New Issue
Block a user