diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 296f833..35ed197 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,6 @@ updates: open-pull-requests-limit: 10 target-branch: vNext reviewers: - - Leo-Peyronnet + - lpeyr assignees: - - Leo-Peyronnet + - lpeyr diff --git a/.github/workflows/license-copyright.yml b/.github/workflows/license-copyright.yml index 8d6112f..652d217 100644 --- a/.github/workflows/license-copyright.yml +++ b/.github/workflows/license-copyright.yml @@ -16,5 +16,5 @@ jobs: with: token: ${{ secrets.ACTIONS_TOKEN }} commitTitle: 'Updated license copyright' - assignees: 'Leo-Peyronnet' + assignees: 'lpeyr' labels: documentation \ No newline at end of file