From 4d7d7f96ba6189c4a0059fbc0485be2356b0d0cc Mon Sep 17 00:00:00 2001 From: preritab <140844277+preritab@users.noreply.github.com> Date: Sat, 7 Feb 2026 18:00:51 -0600 Subject: [PATCH 1/2] github action setup (#91) Co-authored-by: Ryan Polasky --- .github/workflows/branch-deploy.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/branch-deploy.yaml diff --git a/.github/workflows/branch-deploy.yaml b/.github/workflows/branch-deploy.yaml new file mode 100644 index 0000000..1772ef9 --- /dev/null +++ b/.github/workflows/branch-deploy.yaml @@ -0,0 +1,22 @@ +name: Branch Webhook Trigger + +on: + push: + branches: + - main + - develop + +jobs: + notify: + runs-on: ubuntu-latest + + steps: + - name: Trigger branch-specific webhook + run: | + BRANCH_NAME="${GITHUB_REF##*/}" + + if [ "$BRANCH_NAME" = "main" ]; then + curl -f -X POST "${{ secrets.MAIN_WEBHOOK_URL }}" || exit 1 + elif [ "$BRANCH_NAME" = "develop" ]; then + curl -f -X POST "${{ secrets.DEVELOP_WEBHOOK_URL }}" || exit 1 + fi \ No newline at end of file From ce8bcb4934fb7e262d8182b0d3f849f8cbecc409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 03:52:47 +0000 Subject: [PATCH 2/2] Bump socket.io-parser from 4.2.5 to 4.2.6 in /frontend Bumps [socket.io-parser](https://github.com/socketio/socket.io) from 4.2.5 to 4.2.6. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.5...socket.io-parser@4.2.6) --- updated-dependencies: - dependency-name: socket.io-parser dependency-version: 4.2.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ce931ca..99fb9bb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14386,9 +14386,9 @@ } }, "node_modules/socket.io-parser": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.5.tgz", - "integrity": "sha512-bPMmpy/5WWKHea5Y/jYAP6k74A+hvmRCQaJuJB6I/ML5JZq/KfNieUVo/3Mh7SAqn7TyFdIo6wqYHInG1MU1bQ==", + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.6.tgz", + "integrity": "sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==", "dev": true, "license": "MIT", "dependencies": {