diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2e928f366..772386d40 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -36,14 +36,14 @@ jobs: - name: Create new branch run: | - git config --global user.email "lmilan@talend.com" + git config --global user.email "Melanie.Vistry@qlik.com" git fetch git checkout master git branch ${{ env.branch }} - name: Checkout branch run: | - git config --global user.email "lmilan@talend.com" + git config --global user.email "Melanie.Vistry@qlik.com" git checkout ${{ env.branch }} - name: Set up Python @@ -69,8 +69,8 @@ jobs: - name: Commit changes if: steps.get_changes.outputs.changed != 0 run: | - git config --global user.email "lmilan@talend.com" - git config --global user.name "Lucie Milan" + git config --global user.email "Melanie.Vistry@qlik.com" + git config --global user.name "Mélanie Vistry" git add -A git commit -am "Automated commit: Create changelog files" @@ -91,4 +91,4 @@ jobs: pr_label: "integration-changelog" pr_title: Changelog ${{ env.date }} pr_draft: true - pr_assignee: "Anaelle1" + pr_assignee: "mvistry" diff --git a/.github/workflows/get_json_schema_from_catalog.yml b/.github/workflows/get_json_schema_from_catalog.yml index bbc01d8b2..5c8846f02 100644 --- a/.github/workflows/get_json_schema_from_catalog.yml +++ b/.github/workflows/get_json_schema_from_catalog.yml @@ -84,4 +84,4 @@ jobs: pr_title: ${{ github.event.inputs.tap }} JSON schema updates ${{ env.date }} pr_draft: true pr_assignee: ${{ github.actor }} - pr_reviewer: "Anaelle1" + pr_reviewer: "mvistry" diff --git a/.github/workflows/import_json_schemas.yml b/.github/workflows/import_json_schemas.yml index b6447b7cf..d1ca782d4 100644 --- a/.github/workflows/import_json_schemas.yml +++ b/.github/workflows/import_json_schemas.yml @@ -83,4 +83,4 @@ jobs: pr_title: ${{ github.event.inputs.repo }} JSON schema updates ${{ env.date }} pr_draft: true pr_assignee: ${{ github.actor }} - pr_reviewer: "Anaelle1" + pr_reviewer: "mvistry"