From 19962aafd1f91b5552e28c87ca7a228df6c3821d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Thu, 21 Mar 2024 09:52:14 +0100 Subject: [PATCH] feat(dependabot): replace Soulou with leo-scalingo --- .github/dependabot.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a3de6370..d53786cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: schedule: interval: "monthly" reviewers: - - "Soulou" + - "leo-scalingo" groups: dependencies: patterns: @@ -18,4 +18,4 @@ updates: schedule: interval: "monthly" reviewers: - - "Soulou" + - "leo-scalingo" diff --git a/README.md b/README.md index 8c4d4321..dba88ab2 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ git switch --create release/${version} git add CHANGELOG.md README.md git commit -m "Bump v${version}" git push --set-upstream origin release/${version} -gh pr create --reviewer=Soulou --title "$(git log -1 --pretty=%B)" +gh pr create --reviewer=leo-scalingo --title "$(git log -1 --pretty=%B)" ``` Once the pull request merged, you can compile and tag the new release.