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

test(backend): create shared UUID validation test helper (Phase 3.3) #700

test(backend): create shared UUID validation test helper (Phase 3.3)

test(backend): create shared UUID validation test helper (Phase 3.3) #700

Workflow file for this run

name: Label Manager
on:
pull_request:
types: [opened, edited, synchronize, reopened, ready_for_review]
issues:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Apply labels
uses: srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55 # v1.13.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}