Skip to content

Bump webpack from 5.92.1 to 5.97.1 in /.github/actions/post-release-checklist #53

Bump webpack from 5.92.1 to 5.97.1 in /.github/actions/post-release-checklist

Bump webpack from 5.92.1 to 5.97.1 in /.github/actions/post-release-checklist #53

name: Release Checklist
on:
pull_request:
types: [opened]
jobs:
comment-on-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Post Release Checklist
uses: ./.github/actions/post-release-checklist
with:
github-token: ${{ secrets.GITHUB_TOKEN }}