Skip to content

Commit f468639

Browse files
fix: added git identity for the rebase actions (#1253)
1 parent 72e676a commit f468639

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rebase-prs-with-develop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18+
- name: Configure git user
19+
run: |
20+
git config --global user.name "github-actions[bot]"
21+
git config --global user.email "github-actions[bot]@users.noreply.github.com"
22+
1823
- name: Rebase all open non-Dependabots PRs with develop branch as base
1924
env:
2025
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)