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

build(deps): bump tailwindcss from 4.1.16 to 4.1.17 in /frontend #95

build(deps): bump tailwindcss from 4.1.16 to 4.1.17 in /frontend

build(deps): bump tailwindcss from 4.1.16 to 4.1.17 in /frontend #95

Workflow file for this run

name: Auto merge
on: pull_request
jobs:
merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- run: gh pr merge "${GITHUB_HEAD_REF}" --merge --auto