[Bug]: "Direct Commit" for "Update AL-Go System Files" no longer possible #1805
-
AL-Go version7.0 Describe the issueSince updating to AL-Go 7.0, the scheduled action "Update AL-Go System Files" no longer performs a direct commit, but always creates a pull request. Expected behaviorThe action should, as in previous versions, commit changes directly to the main branch without creating a pull request, if this is configured in the Org Settings. Steps to reproduce
AL-Go Org Settings: Additional context (logs, screenshots, etc.)No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This sounds like a side-effect of us introducing the commitOptions setting. This setting allows you configure a few things around how AL-Go pushes code to your repository. By default the createPullRequest setting is set to true but it sounds like you may want to set it to false. You could add this to your conditional org settings:
|
Beta Was this translation helpful? Give feedback.
-
@aholstrup1 Like this one?
|
Beta Was this translation helpful? Give feedback.
-
I believe that should work, yes. |
Beta Was this translation helpful? Give feedback.
@aholstrup1 Like this one?