Skip to content

build(deps): bump ghcr.io/devcontainers/features/git from 1.3.4 to 1.3.5 in /images/src/wpvip-base #28

build(deps): bump ghcr.io/devcontainers/features/git from 1.3.4 to 1.3.5 in /images/src/wpvip-base

build(deps): bump ghcr.io/devcontainers/features/git from 1.3.4 to 1.3.5 in /images/src/wpvip-base #28

Workflow file for this run

name: Generate Changelog for PR
on:
issue_comment:
types:
- created
permissions:
contents: read
jobs:
changelog:
name: Generate Changelog for PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
if: >
github.event.issue.pull_request &&
github.event.comment.body == '/changelog'
steps:
- name: Generate changelog for PR
uses: Automattic/vip-actions/ai-changelog-generator@a10bde8914496b7386d10fc5df9b4ffa2fd72ef1
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}