{{ message }}
Github Action to open PR and auto merge it #13344
Unanswered
AleksandarTokarev
asked this question in
Q&A
Replies: 2 comments
This comment was marked as spam.
This comment was marked as spam.
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are doing a migration to Kubernetes AKS and we are using FluxCD for image automation.
When FluxCD detects a new image in the Container Registry - it pushes to a specific branch in the github enterprise repo that we have.
We have created a Github Action which Opens a PR, but we want to merge this PR automatically as well.
Here is the github action
The logs/error that we are getting is the following:
Auto merge is enabled on the repo.
We are using the default injected Github Token - https://docs.github.com/en/actions/tutorials/authenticate-with-github_token
Beta Was this translation helpful? Give feedback.
All reactions