chekly
chekly
thanks could you issue!
I want a PULL REQUEST to be created automated
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...
We are using octopilot \ --strategy "recreate" \ ..... BUT PR and MERGE into MAIN BRANCH not created automatically!
My full octopilot command `` octopilot \ --github-auth-method "token" \ --github-token "${{ steps.backstage-runner-test-token.outputs.token }}" \ --github-app-id 300550 \ --github-installation-id 34466512 \ --git-clone-dir "github.com" \ --repo "backstage/manifest-temple" \ --pr-base-branch "main" \...
The error from the GithubAction `` time="2023-06-05T11:57:51Z" level=error msg="Repository update failed" error="failed to create Pull Request: failed to create a new Pull Request for repository backstage/manifest-temple: POST https://api.github.com/repos/backstage/manifest-temple/pulls: 403 Resource...
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