Skip to content

Octopilot to create automated PR instead of using a manual human Pull Request #234

@chekly

Description

@chekly

I am using Octopilot in my GitubAction to create a PR instead of using a manual human Pull Request. I want to reproduce this (automated no human clicking)

image

following this documentation : https://dailymotion-oss.github.io/octopilot/v1.2.7/index.html#pull-request

The below command does not give automated Pull Request creation

                octopilot \
                --pr-merge "true" \
                --pr-merge-method "merge" \
                --pr-merge-commit-title "cadevce(deps): updating cadevce app" \
                --pr-merge-commit-message "{{ githubRelease (printf oxygen app) | expandGithubLinks | extractMarkdownURLs | md2txt }}" \
                --update "yaml(file=values.yaml,path='app.imagetags')=file(path='values.yaml')" \
                --strategy "recreate" \
                --pr-labels "octopilot-chuj" \
                --pr-body-update-operation "not applicable" \
                --pr-title "Updating files"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions