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