From 744ac9c5e19d4a5cb472dadb035d43481407af5e Mon Sep 17 00:00:00 2001 From: ricardoleal20 Date: Sun, 28 Apr 2024 17:10:47 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI:=20Update=20and=20add=20the?= =?UTF-8?q?=20configuration=20for=20the=20Github=20Bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/open_pull_request.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/open_pull_request.yml b/.github/workflows/open_pull_request.yml index fc25efa..7053027 100644 --- a/.github/workflows/open_pull_request.yml +++ b/.github/workflows/open_pull_request.yml @@ -25,6 +25,13 @@ jobs: - name: Checkout code 🧑‍💻 uses: actions/checkout@v3 + - name: Set Git user globally to github-actions ⑆ + uses: gotmax23/set-bot-git-user-action@main + with: + global: true + bot: github-actions + name: "Github Actions" + - name: Set up Python 🐍 uses: actions/setup-python@v2 with: