Skip to content

Commit 0b4c3b5

Browse files
committed
chore: rename bot to iterate-evolve[bot] across all workflows
1 parent 8280963 commit 0b4c3b5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/evolve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
3737
- name: Configure git
3838
run: |
39-
git config user.name "iterate[bot]"
40-
git config user.email "iterate[bot]@users.noreply.github.com"
39+
git config user.name "iterate-evolve[bot]"
40+
git config user.email "iterate-evolve[bot]@users.noreply.github.com"
4141
4242
- name: Run evolution
4343
env:

.github/workflows/social.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
4242
- name: Configure git
4343
run: |
44-
git config user.name "iterate[bot]"
45-
git config user.email "iterate@users.noreply.github.com"
44+
git config user.name "iterate-evolve[bot]"
45+
git config user.email "iterate-evolve[bot]@users.noreply.github.com"
4646
4747
- name: Build iterate
4848
run: go build ./cmd/iterate

.github/workflows/synthesize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
2727
- name: Commit if changed
2828
run: |
29-
git config user.name "iterate[bot]"
30-
git config user.email "iterate@users.noreply.github.com"
29+
git config user.name "iterate-evolve[bot]"
30+
git config user.email "iterate-evolve[bot]@users.noreply.github.com"
3131
if [[ -n $(git status -s memory/ACTIVE_LEARNINGS.md) ]]; then
3232
git add memory/ACTIVE_LEARNINGS.md
3333
git commit -m "iterate: synthesize learnings"

0 commit comments

Comments
 (0)