added sample usage to changelog

Signed-off-by: Phred <fearphage@gmail.com>
This commit is contained in:
Phred
2025-06-23 07:32:08 -05:00
committed by benjdlambert
parent 411ed753b2
commit c2b9797d26
+17 -1
View File
@@ -2,4 +2,20 @@
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Added support for deleting files
Added support for file deletion to `publish:github:pull-request` action.
Example usage:
```diff
- action: publish:github:pull-request
id: clean-up-pr
input:
description: This is the description
+ filesToDelete:
+ - outdated/changelog.md
+ - sample-file.txt
owner: owner
repo: repo
title: Title Goes Here
```