From 4f7758b08cee4b73ae848388cccfec1426347e91 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 3 Apr 2025 09:56:16 +0200 Subject: [PATCH] devops: use PW GitHub App as commiter for rolls --- .github/workflows/roll-next.yml | 4 ++-- .github/workflows/roll-stable.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/roll-next.yml b/.github/workflows/roll-next.yml index 39f887fee1b..4c0fb0f7f96 100644 --- a/.github/workflows/roll-next.yml +++ b/.github/workflows/roll-next.yml @@ -42,8 +42,8 @@ jobs: echo "No changes detected, skipping PR" exit 0 fi - git config --global user.name github-actions - git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com + git config --global user.name microsoft-playwright-automation[bot] + git config --global user.email 203992400+microsoft-playwright-automation[bot]@users.noreply.github.com git checkout -b "$BRANCH_NAME" git add . git commit -m "feat(roll): roll to ToT Playwright ($(date +"%d-%m-%y"))" diff --git a/.github/workflows/roll-stable.yml b/.github/workflows/roll-stable.yml index 046ab270f48..8c24de52574 100644 --- a/.github/workflows/roll-stable.yml +++ b/.github/workflows/roll-stable.yml @@ -61,8 +61,8 @@ jobs: echo "No changes detected, skipping PR" exit 0 fi - git config --global user.name github-actions - git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com + git config --global user.name microsoft-playwright-automation[bot] + git config --global user.email 203992400+microsoft-playwright-automation[bot]@users.noreply.github.com git checkout -b "$BRANCH_NAME" # We only want to upgrade the version itself, not the next release git add "*versioned*"