@liblaf/actions 2.0.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/approve/action.yaml
CHANGED
|
@@ -25,6 +25,9 @@ inputs:
|
|
|
25
25
|
pull:
|
|
26
26
|
description: Pull request number, URL, or branch to review instead of listing pull requests.
|
|
27
27
|
required: false
|
|
28
|
+
reviewer:
|
|
29
|
+
description: GitHub login whose existing approval should skip the pull request.
|
|
30
|
+
required: true
|
|
28
31
|
|
|
29
32
|
runs:
|
|
30
33
|
using: node24
|