File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments