Skip to content

[DDO-3655]: Bump postcss from 8.4.45 to 8.4.49 #64

[DDO-3655]: Bump postcss from 8.4.45 to 8.4.49

[DDO-3655]: Bump postcss from 8.4.45 to 8.4.49 #64

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"