1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 10:41:42 +08:00

🔧 chore(renovate): update github actions bot configuration

- update git config email and name to use official github-actions[bot] credentials
- update gitIgnoredAuthors to use official bot email address for proper commit attribution
This commit is contained in:
pooneyy 2025-10-07 15:17:57 +08:00
parent 4587c9b1b1
commit 6987076622
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -55,8 +55,8 @@ jobs:
- name: Configure repo - name: Configure repo
run: | run: |
git config --local user.email "githubaction@githubaction.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-action" git config --local user.name "github-actions[bot]"
- name: Get list of updated files by the last commit in this branch separated by space - name: Get list of updated files by the last commit in this branch separated by space
id: updated-files id: updated-files

View File

@ -4,7 +4,7 @@
"config:recommended" "config:recommended"
], ],
"gitIgnoredAuthors": [ "gitIgnoredAuthors": [
"githubaction@githubaction.com", "41898282+github-actions[bot]@users.noreply.github.com",
"85266337+pooneyy@users.noreply.github.com" "85266337+pooneyy@users.noreply.github.com"
], ],
"prBodyColumns": [ "prBodyColumns": [