From 22963c6c160e3acf1b825c992d307849dabee764 Mon Sep 17 00:00:00 2001 From: Robson Oliveira dos Santos Date: Mon, 18 Dec 2023 18:31:58 -0300 Subject: [PATCH] ci: add git Action bot information to PRs --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c1adf83..c2ee6ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,6 +83,11 @@ jobs: with: fetch-depth: 0 + - name: Configure Git Action bot + run: | + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config user.name "github-actions[bot]" + - name: Create pull or update pull request uses: actions/github-script@v6 with: