Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

chore: bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.11 in /examples/typical_app/src/api #26799

chore: bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.11 in /examples/typical_app/src/api

chore: bump github.com/gofiber/fiber/v2 from 2.52.9 to 2.52.11 in /examples/typical_app/src/api #26799

# Validates PR title follows conventional commits
name: conventional-commits
on:
pull_request:
branches: main
types:
- edited
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conventional_commit_title:
runs-on: ARM64
steps:
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@v1.3.1