Make WordPress Core

Changeset 60059


Ignore:
Timestamp:
03/20/2025 01:20:03 PM (4 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-check-built-files.yml

    r60052 r60059  
    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
Note: See TracChangeset for help on using the changeset viewer.