Skip to content

build(deps): bump docker/setup-docker-action from 4.6.0 to 4.7.0 in the docker group #17

build(deps): bump docker/setup-docker-action from 4.6.0 to 4.7.0 in the docker group

build(deps): bump docker/setup-docker-action from 4.6.0 to 4.7.0 in the docker group #17

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 }}