Skip to content

build(deps): bump tailwindcss from 3.4.17 to 4.1.15 #11

build(deps): bump tailwindcss from 3.4.17 to 4.1.15

build(deps): bump tailwindcss from 3.4.17 to 4.1.15 #11

Workflow file for this run

name: Auto Assign
permissions:
contents: read
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
if: ${{ github.actor != 'dependabot[bot]' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignees: ${{ github.actor }}