Skip to content

fix: version of applications with a Helm-only source (#1229) #17

fix: version of applications with a Helm-only source (#1229)

fix: version of applications with a Helm-only source (#1229) #17

# Caller workflow for git-ai authorship preservation.
# This workflow calls the centralized preserve-ai-authorship workflow in
# codefresh-io/shared-github-workflows repo, which migrates git-ai authorship notes from
# original branch commits onto the new commits created by GitHub's
# squash/rebase merge - so AI attribution is preserved after merging PRs.
name: Preserve AI Authorship
on:
push:
branches:
- main
- master
permissions:
contents: write
pull-requests: read
jobs:
preserve-authorship:
uses: codefresh-io/shared-github-workflows/.github/workflows/preserve-ai-authorship.yaml@main

Check failure on line 21 in .github/workflows/preserve-ai-authorship-caller.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/preserve-ai-authorship-caller.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/preserve-ai-authorship-caller.yaml" -> "codefresh-io/shared-github-workflows/.github/workflows/preserve-ai-authorship.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.