abdolence/GitOps PR Automator
Creates automatically Pull Requests to update versions in GitOps config repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Feb 18, 2025
- License
- Apache 2.0
Pinned Snippet
uses: abdolence/gitops-pr-automator@31856bd98d4d483be2997835caf6e926ec3e54bc # v1.4.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Default GitHub token that has access to the repositories you want to create PRs for. | yes | — |
| github-token-read-repos | GitHub token that has access to the repositories you want to read versions and history. Can be used to avoid providing wide permissions to the default token. | no | — |
| config-path | Path to the configuration file that defines the repositories and the files to watch for changes. | no | — |
| config-override | Overrides for the configuration file. This will be merged with the the config file. | no | — |
| versions | Versions provided for all required repos and tracked files by the trigger event instead of reading head SHA from repository. The format is "<repo1>:<pathId>=<version>,<versionSha>;...". | no | — |
Outputs
| name | description |
|---|---|
| detected-changes | Comma-separated list of repositories that have changes detected. |
| pull-request-url | URL of the created pull request. |
| pull-request-number | PR number if was created. |
| pull-request-id | PR ID if was created. |