Skip to content

Commit

Permalink
ci: add git Action bot information to PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonos committed Dec 18, 2023
1 parent 36cc60e commit 22963c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 22963c6

Please sign in to comment.