Skip to content

fix: 🚀 npm for astro-docs: bump preact from 10.23.2 to 10.25.1 in /docs #1030

fix: 🚀 npm for astro-docs: bump preact from 10.23.2 to 10.25.1 in /docs

fix: 🚀 npm for astro-docs: bump preact from 10.23.2 to 10.25.1 in /docs #1030

Workflow file for this run

---
# SPDX-FileCopyrightText: Jürgen Mülbert
#
# SPDX-License-Identifier: MIT
#
#
name: "Pull Request Actions"
on:
pull_request:
# The branches below must be a subset of the branches above
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
Pull_Request:
permissions:
pull-requests: write
contents: read
uses: jmuelbert/commons/.github/workflows/pull-request.yml@main
with:
config-path: .github/labeler.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}