-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Octopilot to create automated PR instead of using a manual human Pull Request #234
Comments
hi, can you please copy/paste the output of octopilot please? if needed you can also run it in a more verbose mode with the |
Hi in my team environment, we create PR manually. I am not having any error in using Octopilot. My team just want to know what commands to create automated PR instead of using a manual human Pull Request. We want Octopilot to CREATE PR from a DEV branch and merge them into the the MAIN branch without human clicking |
|
sorry I don't understand your issue. can you please copy/paste the whole octopilot command (with all the flags), and the output of this command? usually if octopilot doesn't create a pull request, it's because there is nothing to change. and if octopilot creates a PR but doesn't merge it automatically, it may be because the PR is not "mergeable". for example depending on your github settings, you may require extra steps (approval policy, ...) |
``
i just want to create PR in an automated way! |
The error from the GithubAction `` `` |
please do note this repository=backstage/manifest-temple exist internally!, the token attached to the Octopilot from the GithubApp token authentication gives full administration, content write and read |
from the error message I suggest to contact the github support or try to find something on google, such as actions/first-interaction#10 for example |
@chekly I have gotten that to work — so just to say that it's possible (using a GitHub app). Have you tried using a token from the app using another method (i.e. curl/GH CLI) to verify that it works (is installed on your org?) and has the permissions you need? |
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)
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
The text was updated successfully, but these errors were encountered: