File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
3636
3737 - name : Create new branch
3838 run : |
39- git config --global user.email "lmilan@talend .com"
39+ git config --global user.email "Melanie.Vistry@qlik .com"
4040 git fetch
4141 git checkout master
4242 git branch ${{ env.branch }}
4343
4444 - name : Checkout branch
4545 run : |
46- git config --global user.email "lmilan@talend .com"
46+ git config --global user.email "Melanie.Vistry@qlik .com"
4747 git checkout ${{ env.branch }}
4848
4949 - name : Set up Python
6969 - name : Commit changes
7070 if : steps.get_changes.outputs.changed != 0
7171 run : |
72- git config --global user.email "lmilan@talend .com"
73- git config --global user.name "Lucie Milan "
72+ git config --global user.email "Melanie.Vistry@qlik .com"
73+ git config --global user.name "Mélanie Vistry "
7474 git add -A
7575 git commit -am "Automated commit: Create changelog files"
7676
9191 pr_label : " integration-changelog"
9292 pr_title : Changelog ${{ env.date }}
9393 pr_draft : true
94- pr_assignee : " Anaelle1 "
94+ pr_assignee : " mvistry "
Original file line number Diff line number Diff line change 8484 pr_title : ${{ github.event.inputs.tap }} JSON schema updates ${{ env.date }}
8585 pr_draft : true
8686 pr_assignee : ${{ github.actor }}
87- pr_reviewer : " Anaelle1 "
87+ pr_reviewer : " mvistry "
Original file line number Diff line number Diff line change 8383 pr_title : ${{ github.event.inputs.repo }} JSON schema updates ${{ env.date }}
8484 pr_draft : true
8585 pr_assignee : ${{ github.actor }}
86- pr_reviewer : " Anaelle1 "
86+ pr_reviewer : " mvistry "
You can’t perform that action at this time.
0 commit comments