feat: add support for controlling the pattern order (#1693)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
@@ -200,6 +200,10 @@ inputs:
|
||||
description: "Fail when the submodule diff fails."
|
||||
required: false
|
||||
default: "false"
|
||||
negation_patterns_first:
|
||||
description: "Apply the negation patterns first. **NOTE:** This affects how changed files are matched."
|
||||
required: false
|
||||
default: "false"
|
||||
|
||||
outputs:
|
||||
added_files:
|
||||
|
||||
Reference in New Issue
Block a user