Skip to content

Bump postcss from 8.4.27 to 8.4.38 #48

Bump postcss from 8.4.27 to 8.4.38

Bump postcss from 8.4.27 to 8.4.38 #48

Workflow file for this run

name: delete branch on close pr
on:
pull_request:
types: [closed]
jobs:
delete-branch:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Delete branch
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}