-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] Auto-backport is failing: permission denied #1712
Comments
@VachaShah Do you know how to fix this? |
Looks like Error
I will look into it. |
Tried the approach where in the workflow, we fork the repo and then create a branch to backport, cherry-pick the commit and create a PR from it. But the Github actions was not able to fork a repo, got error |
@VachaShah try with a pre-created fork (say backport/OpenSearch) to which this backport GH has access, and use the |
@setiah Wouldn't the pre-created fork have to belong to a user? |
Update, the following things are needed to fix the permissions issue:
|
This issue is resolved and the backport workflow is able to create PRs. Example PR: #1959 |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
https://github.com/opensearch-project/OpenSearch/runs/4509880595?check_suite_focus=true
The text was updated successfully, but these errors were encountered: