Skip to content

Fix missing CSS output in @objectos/ui and @objectos/site by migrating to Tailwind CSS v4 #105

Fix missing CSS output in @objectos/ui and @objectos/site by migrating to Tailwind CSS v4

Fix missing CSS output in @objectos/ui and @objectos/site by migrating to Tailwind CSS v4 #105

Workflow file for this run

name: "PR Auto Label"
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Label based on changed files
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml