octopilot icon indicating copy to clipboard operation
octopilot copied to clipboard

Automate your Gitops workflow, by automatically creating/merging GitHub Pull Requests

Results 43 octopilot issues
Sort by recently updated
recently updated
newest added

for the moment, octopilot handle all repositories in parallel - creating as many goroutines as there are repositories. we should add a new flag to configure the number of repositories...

go-github supports GHE via it's NewEnterpriseClient helper which returns a client compatible with NewClient. octopilot should accept github enterprise base and upload urls to allow for this behavior.

Octopilot looks like an amazing tool. Following the Git-ops ideology, it would be great if it could also support providing all of its command line options through a config file...

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.16.0 to 0.18.0. Commits 85231f9 go.mod: update golang.org/x dependencies 34a7afa google/externalaccount: add Config.UniverseDomain 95bec95 google/externalaccount: moves externalaccount package out of internal and exp... ebe81ad go.mod: update golang.org/x...

dependencies
go

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies
go

Bumps [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) from 4.28.2 to 4.42.1. Release notes Sourced from github.com/mikefarah/yq/v4's releases. v4.42.1 Can execute yq expression files directly with shebang #1851 Added --csv-separator flag #1950 Added --properties-separator option -...

dependencies
go

Hi, Would you be up for creating/owning an asdf plugin for Octopilot? In other words, you would follow this guide/template: - https://github.com/asdf-vm/asdf-plugins#creating-a-new-plugin - https://github.com/asdf-vm/asdf-plugin-template ...and end up with a repo...

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v4.0.0 What's Changed Documentation docs: update examples by @​KunalSin9h in golangci/golangci-lint-action#826 docs: update section about GitHub Annotations by...

dependencies
github_actions

I've put it as a feature because it changes the behavior of octopilot Let's take as example a repository where the PR is unrevised (the PR already exist, not yet...