Skip to content

.github/workflows/gptchangelog.yml #306

.github/workflows/gptchangelog.yml

.github/workflows/gptchangelog.yml #306

Workflow file for this run

name: "GPT Changelog"
# Triggered after Version Bump completes successfully
# Generates per-plugin CHANGELOG.md files using GPT-4o
on:
workflow_run:
workflows: ["Version Bump"]
types:
- completed
branches:
- main
jobs:
changelog:
if: github.event.workflow_run.conclusion == 'success'
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/gptchangelog.yml@gptchangelog-ring-pattern

Check failure on line 17 in .github/workflows/gptchangelog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gptchangelog.yml

Invalid workflow file

error parsing called workflow ".github/workflows/gptchangelog.yml" -> "LerianStudio/github-actions-shared-workflows/.github/workflows/gptchangelog.yml@gptchangelog-ring-pattern" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
filter_paths: |
default
dev-team
pm-team
tw-team
path_level: '1'
tag_separator: '@'
app_name_prefix: 'ring-'
stable_releases_only: false
secrets: inherit