From 7c773b4ddc50516af9fde0ffce101e90769cdbef Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Sat, 23 Sep 2023 02:08:07 -0700 Subject: [PATCH] fix: comment out f37 backporting for now --- .github/workflows/update.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 7d5aa0e836..cbc4e6fe91 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -39,13 +39,13 @@ jobs: git config user.signingkey "${{ runner.temp }}/signing_key" msg="bump: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')" git commit -S -a -m "$msg" - f37 () { - git format-patch HEAD^ - git checkout f37 - git apply *.patch || true - git add * - git commit -S -a -m "$msg" - } - f37 || true + # f37 () { + # git format-patch HEAD^ + # git checkout f37 + # git apply *.patch || true + # git add * + # git commit -S -a -m "$msg" + # } + # f37 || true git push -u origin --all fi