gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Can I delete all files in the specified directory through a commit action?

Open zl123725 opened this issue 1 year ago • 0 comments

Can I delete all files in the specified directory through a commit action? such as: CommitAction commitAction = new CommitAction(); commitAction.setAction(CommitAction.Action.DELETE); commitAction.setFilePath("app/src/main/res/test/**");

zl123725 avatar May 15 '24 09:05 zl123725