Skip to content

Create Release Notes PR #7

Create Release Notes PR

Create Release Notes PR #7

Workflow file for this run

name: Create Release Notes PR
on:
release:
types: [published]
jobs:
add-release-notes:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Generate release notes
uses: pantheon-systems/action-release-notes@develop
env:
GH_TOKEN: ${{ secrets.TOKEN }}
with:
repo_name: Plugin Pipeline Example
categories: wordpress,plugins