Support platformCommit on the GitLab platform #44085
Closed
gauravluckme
started this conversation in
Suggest an Idea
Replies: 1 comment 4 replies
-
|
Does the use of the GitLab API to author a commit result in a signed commit? That doesn't seem to be the case by default (looking at a project of mine that uses the API to create commits) But yes, this generally is a reasonable idea
What do you mean by this? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Feature Request
This feature request is specifically about extending the existing
platformCommitimplementation for Gitlab, so Renovate can create commits using API.Proposed change(s)
platformCommitcurrently only works on GitHub, where Renovate uses thecreateCommitOnBranchGraphQL mutation to create commits via the API instead of local git operations. Requesting the same for GitLab.GitLab's REST API already has the equivalent capability via the Commits API (
POST /projects/:id/repository/commits), which accepts a branch, commit message, and anactionsarray supporting create/update/delete/move on multiple files in one commit — functionally the same shape Renovate already builds for GitHub's API commits.Why this is useful:
Beta Was this translation helpful? Give feedback.
All reactions