Skip to content

Commit

Permalink
ci: fix auto rebase branch with main
Browse files Browse the repository at this point in the history
  • Loading branch information
danctorres committed Feb 6, 2025
1 parent beab3a1 commit 3178803
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/arduino_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bazel_build_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bazel_build_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bazel_buildifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/bazel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/coverage_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yamllint disable rule:line-length
---
name: Docker
on: # yamllint disable-line rule:truthy
Expand All @@ -20,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
git config --global --add safe.directory $(pwd)
- name: Set Git user identity
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions"
- name: Fetch main branch
run: |
git fetch origin main
Expand Down

0 comments on commit 3178803

Please sign in to comment.