Skip to content

Commit

Permalink
docs: use github private email for megalinter-bot (#4786)
Browse files Browse the repository at this point in the history
* docs: use github private email

* revert README.md
  • Loading branch information
yxtay authored Feb 14, 2025
1 parent 6f9039a commit a2ff398
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
commit_message: "[build-command] Update generated files"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_email: [email protected]
- name: Add reaction
uses: peter-evans/create-or-update-comment@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# - run: mkdocs gh-deploy --force
- run: |
git config --global user.name megalinter-bot
git config --global user.email [email protected]
git config --global user.email [email protected]
- run: mike deploy beta --push


2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
# - run: mkdocs gh-deploy --force
- run: |
git config --global user.name megalinter-bot
git config --global user.email [email protected]
git config --global user.email [email protected]
git stash
- name: Checkout previous tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter-for-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ jobs:
}}
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_email: [email protected]
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ jobs:
}}
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_email: [email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ jobs:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_email: [email protected]
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion TEMPLATES/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ jobs:
}}
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_email: [email protected]
6 changes: 3 additions & 3 deletions docs/install-github.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Install MegaLinter on GitHub Actions
description: Manual instructions to setup MegaLinter in a GitHub Action Workflow
description: Manual instructions to setup MegaLinter in a GitHub Action Workflow
---

<!-- markdownlint-disable MD013 -->
<!-- @generated by .automation/build.py, please don't update manually -->
<!-- install-github-section-start -->
Expand Down Expand Up @@ -117,10 +118,9 @@ jobs:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_email: [email protected]
```
</details>
<!-- install-github-section-end -->
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ jobs:
}}
commit_message: "[MegaLinter] Apply linters fixes"
commit_user_name: megalinter-bot
commit_user_email: [email protected]
commit_user_email: [email protected]

0 comments on commit a2ff398

Please sign in to comment.