From: Marc Foley Date: Thu, 18 Sep 2025 14:25:58 +0000 (+0100) Subject: make pr X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d6e6478ceda897fa66192beff26240351d5c9d;p=thirdparty%2Fgoogle%2Ffonts.git make pr --- diff --git a/.github/workflows/update_sandbox.yaml b/.github/workflows/update_sandbox.yaml index 5e12f1748..e23f6872a 100644 --- a/.github/workflows/update_sandbox.yaml +++ b/.github/workflows/update_sandbox.yaml @@ -39,6 +39,17 @@ jobs: - name: Commit to_sandbox.txt if changed run: | + git checkout -B pushlists git add to_sandbox.txt git commit -m "Update to_sandbox.txt [automated]" || echo "No changes to commit" - git push \ No newline at end of file + git push origin pushlists --force + + - name: Create pull request + run: | + gh pr create \ + --base main \ + --head pushlists \ + --title "Update to_sandbox.txt" \ + --body "" + env: + GITHUB_TOKEN: ${{ secrets.MF_GH_TOKEN }} \ No newline at end of file