Skip to content

Commit c15d683

Browse files
committed
Assign automated PRs to Mélanie
1 parent d060e22 commit c15d683

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/changelog.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -69,8 +69,8 @@ jobs:
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
@@ -91,4 +91,4 @@ jobs:
9191
pr_label: "integration-changelog"
9292
pr_title: Changelog ${{ env.date }}
9393
pr_draft: true
94-
pr_assignee: "Anaelle1"
94+
pr_assignee: "mvistry"

.github/workflows/get_json_schema_from_catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
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"

.github/workflows/import_json_schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
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"

0 commit comments

Comments
 (0)