Merge pull request #33602 from elaine-mattos/feat/allow-empty-commits

This commit is contained in:
Fredrik Adelöw
2026-05-16 10:13:59 +02:00
committed by GitHub
6 changed files with 164 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Added `allowEmpty` input option to the `gitlab:repo:push` action, allowing empty commits. Required from GitLab 18.8 or later.