Skip to content

[DDO-3655]: Bump tailwindcss from 3.4.10 to 3.4.16 #71

[DDO-3655]: Bump tailwindcss from 3.4.10 to 3.4.16

[DDO-3655]: Bump tailwindcss from 3.4.10 to 3.4.16 #71

name: Dependabot Approve
on:
pull_request:
branches:
- main
permissions:
pull-requests: write
jobs:
dependabot-automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Approve PR as Dependabot
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr review --approve "$PR_URL"