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:
parent
4587c9b1b1
commit
6987076622
4
.github/workflows/renovate-app-version.yml
vendored
4
.github/workflows/renovate-app-version.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user