Skip to content

Bump prettier-plugin-svelte from 3.2.7 to 3.3.2 in /web (#1568) #2245

Bump prettier-plugin-svelte from 3.2.7 to 3.3.2 in /web (#1568)

Bump prettier-plugin-svelte from 3.2.7 to 3.3.2 in /web (#1568) #2245

name: Release Drafter
on:
push:
branches:
- main
pull_request_target:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}