Skip to content

Commit

Permalink
Assign automated PRs to Mélanie
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalencon committed Sep 30, 2024
1 parent d060e22 commit c15d683
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -91,4 +91,4 @@ jobs:
pr_label: "integration-changelog"
pr_title: Changelog ${{ env.date }}
pr_draft: true
pr_assignee: "Anaelle1"
pr_assignee: "mvistry"
2 changes: 1 addition & 1 deletion .github/workflows/get_json_schema_from_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/import_json_schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c15d683

Please sign in to comment.