blob: 1ff116d9b65827649e01505a56d15fe141023d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
- with frontmatter
- input = own file content
- separate yaml file
- input = content of file name with .yaml extension removed (if exists in patchset)
OR target file content
- files without .yaml extension and without frontmatter overwrite/replace any files in the
target directory (including mode)
- yaml !input or !target to select specific inputs from patchset/target tree (!input
implicitly excludes file from being copied verbatim into target tree)
- processor input/(target, steal name from git diff source) keys for specifying
primary/secondary processor inputs
- USE FS FOR INPUT FS AS WELL
|