From c438cced0bf70816ef08e2e21c743b168158bfbb Mon Sep 17 00:00:00 2001 From: JJ Fullmer Date: Thu, 15 Aug 2024 21:02:56 -0600 Subject: [PATCH] test making the PR --- .github/workflows/hello-world.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index 98d04be..2776567 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -44,6 +44,6 @@ jobs: system_file="$(git rev-parse --show-toplevel)/packages/web/lib/fog/system.class.php" tag=$(grep "define('FOG_VERSION'" $system_file | sed "s/.*FOG_VERSION', '\([^']*\)');/\1/") echo "Tag: $tag" - # gh pr create -B stable -H dev-branch --title "Stable Release PR For ${tag} - $(date '+%Y-%m-%d')" --body "Pull Request for creating the latest stable release from staged security fixes, bug fixes, and minor enhancements in dev-branch. Created as needed or monthly on 15th of every month, released once tests are passing" + gh pr create -R FOGProject/fogproject -B stable -H dev-branch --title "Stable Release PR For ${tag} - $(date '+%Y-%m-%d')" --body "Pull Request for creating the latest stable release from staged security fixes, bug fixes, and minor enhancements in dev-branch. Created as needed or monthly on 15th of every month, released once tests are passing" env: GH_TOKEN: ${{ steps.app-token.outputs.token }} \ No newline at end of file