Skip to content

Commit 8a3c52d

Browse files
committed
Build/Test Tools: Use the wordpress-develop-pr-bot app for changes.
This switches to using the `wordpress-develop-pr-bot` GitHub app when authoring commits instead of masquerading as Dependabot. Follow up to [59983], [60052]. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@60059 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2af76ed commit 8a3c52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-check-built-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
- name: Configure git user name and email
148148
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
149149
run: |
150-
git config user.name "dependabot[bot]"
151-
git config user.email 49699333+dependabot[bot]@users.noreply.github.com
150+
git config user.name "wordpress-develop-pr-bot[bot]"
151+
git config user.email ${{ secrets.GH_APP_ID }}+wordpress-develop-pr-bot[bot]@users.noreply.github.com
152152
153153
- name: Stage changes
154154
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}

0 commit comments

Comments
 (0)