From 155411bd799fa0c81a67c8a3dd1375a412a08706 Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Thu, 5 Feb 2026 08:45:01 -0500 Subject: [PATCH] chore: Set explicit commit author When no author is specified, the peter-evans/create-pull-request action uses the name of the person who triggered the workflow. In the case of a scheduled workflow, it uses the name of the last person who modified that workflow. --- .github/workflows/crawl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crawl.yml b/.github/workflows/crawl.yml index cd74b6e..0bb4eae 100644 --- a/.github/workflows/crawl.yml +++ b/.github/workflows/crawl.yml @@ -53,6 +53,7 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} + author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> add-paths: | ${{ env.DB_NAME }} ${{ env.METADATA_DIR }}