From 0c3a5bec1e1cd23e6688ed6cc81252a09b82c5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Wed, 15 Mar 2023 11:02:29 +0100 Subject: [PATCH 1/3] Bump giggsey/libphonenumber-for-php to 8.13.7 in master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- 3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty b/3rdparty index 0ec73636ee3..0eb92e4624a 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 0ec73636ee36558960a1df60828b645ef3d4a53c +Subproject commit 0eb92e4624ac87a31a767628853dca656e99db17 From 59036bd05606905994de0a5e4da6787ec881eb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Wed, 15 Mar 2023 15:07:27 +0100 Subject: [PATCH 2/3] Fix update-3rdparty command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/command-pull-3rdparty.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/command-pull-3rdparty.yml b/.github/workflows/command-pull-3rdparty.yml index e53274799f9..44223c47704 100644 --- a/.github/workflows/command-pull-3rdparty.yml +++ b/.github/workflows/command-pull-3rdparty.yml @@ -31,13 +31,18 @@ jobs: fetch-depth: 0 token: ${{ secrets.COMMAND_BOT_PAT }} + - name: Setup git + run: | + git config --local user.email "nextcloud-command@users.noreply.github.com" + git config --local user.name "nextcloud-command" + - name: Pull 3rdparty run: git submodule foreach 'if [ "$sm_path" == "3rdparty" ]; then git pull origin ${{ github.event.pull_request.base.ref }}; fi' - name: Commit and push changes run: | git add 3rdparty - git commit -m "Update submodule 3rdparty to latest ${{ github.event.pull_request.base.ref }}" + git commit -s -m "Update submodule 3rdparty to latest ${{ github.event.pull_request.base.ref }}" git push - name: Add reaction on failure From 8e0828f096e00734efd38b14651d4a2fba74ba0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Wed, 15 Mar 2023 18:13:27 +0100 Subject: [PATCH 3/3] Bump 3rdparty to latest master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- 3rdparty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty b/3rdparty index 0eb92e4624a..95330ecbe44 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 0eb92e4624ac87a31a767628853dca656e99db17 +Subproject commit 95330ecbe44f864edd0d193f249ca2acc84d9d06