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.yml
+26-6Lines changed: 26 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -90,13 +90,17 @@ inputs:
90
90
description: "The title to use when creating a Pull Request (when commit_method: pr)"
91
91
92
92
pr_labels:
93
-
description: "Whitespace-separated list of labels to apply to Pull Requests (when commit_method: pr)"
93
+
description: "Whitespace-separated list of labels to apply to Pull Requests (when commit_method: pr or ( commit_method: commit and github context is a PR) ))"
94
94
required: false
95
95
default: |
96
96
auto-update
97
97
no-release
98
98
readme
99
99
100
+
sign-commits:
101
+
description: 'Sign commits for `pr` commit_method as `github-actions[bot]` when using `GITHUB_TOKEN`, or your own bot when using GitHub App tokens.'
0 commit comments