From ccf4c996dd206f993647a77719591b0808249104 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Thu, 17 Apr 2025 10:46:59 -0400 Subject: [PATCH] the magic is real --- .gitea/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 76e50e4..af19e77 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -142,3 +142,12 @@ jobs: author_email: gitia@siteworxpro.com message: "📝🔄 Update deployment manifest with new image tags" + - name: 🚀✨ Create Pull Request + uses: peter-evans/create-pull-request@v7 + with: + title: "🚀✨ Deploy Application" + body: "This PR updates the deployment manifest with new image tags." + base: main + head: ${{ gitea.ref_name }}-deploy + commit-message: "📝🔄 Update deployment manifest with new image tags" + labels: deploy \ No newline at end of file