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
description: 'Default to {{ github.token }}. This is the default GitHub token available to actions and is used to run Codeball and to post the result. The default token permissions (https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions) work fine.'
@@ -11,6 +13,19 @@ inputs:
11
13
codeball-job-id:
12
14
description: 'The ID of the Codeball Job created by the Baller Action'
13
15
required: true
16
+
do-label:
17
+
description: 'If "true", the action will label Pull Request if Codeball AI approves the contribution'
18
+
default: "true"
19
+
required: false
20
+
label-name:
21
+
description: 'Label value to be set.'
22
+
default: 'codeball:approved'
23
+
required: false
24
+
do-approve:
25
+
description: 'If "true", the action will submit an approving Pull Request review if Codeball AI approves the contribution'
0 commit comments