shanduur/move-crds-action

A GitHub Action for moving Custom Resource Definitions (CRDs) between repositories. This action handles copying CRD files from a source location to a target repository and can create or update pull requests to manage these changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetRepositoryThe target repository in which to move the CRD files. The format should be "owner/repo" (e.g., "myuser/myrepo"). yes
targetChartyes
targetChartVersionyes
filesA glob pattern to specify the CRD files to be moved. The pattern should match the files to be copied from the source location to the target repository. yes
apiTokenThe GitHub API token for authentication and API access. By default, uses the GITHUB_TOKEN secret provided by the GitHub workflow context. yes
titleThe title for the pull request when copying CRDs to the target repository. This title will be used for the PR creation or update process. nochore(crds): copied CRDs
commitMessagenochore(crds): copied CRDs
authornoactions

no outputs