You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ inputs:
10
10
description: "The filename to the project file that lists your dependencies, relative to the repository root. Defaults to 'pyproject.toml' Curretnly only pyproject.toml is supported but others may be added."
11
11
required: true
12
12
default: "pyproject.toml"
13
+
create_pr:
14
+
description: "Whether the action should open a PR or not. If this is set to false, this action should have no effect. This is mainly useful for testing"
15
+
required: true
16
+
default: true
17
+
schedule_path:
18
+
description: "Path to the schedule.json file. If it does not exist yet, it will be downloaded from the spec0-action repository latest release"
19
+
default: schedule.json
13
20
token:
14
21
description: "GitHub token with repo permissions to create pull requests"
0 commit comments