Skip to content

build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.0.0 #31

build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.0.0

build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.0.0 #31

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