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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targetRepository | The target repository in which to move the CRD files. The format should be "owner/repo" (e.g., "myuser/myrepo"). | yes | — |
| targetChart | — | yes | — |
| targetChartVersion | — | yes | — |
| files | A 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 | — |
| apiToken | The GitHub API token for authentication and API access. By default, uses the GITHUB_TOKEN secret provided by the GitHub workflow context. | yes | — |
| title | The title for the pull request when copying CRDs to the target repository. This title will be used for the PR creation or update process. | no | chore(crds): copied CRDs |
| commitMessage | — | no | chore(crds): copied CRDs |
| author | — | no | actions |
Outputs
no outputs