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
This action approves a Pull Request with a message.
4
+
5
+
# Inputs
6
+
7
+
## `GITHUB_TOKEN` (optional)
8
+
9
+
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.
This action starts a new asynchronous Codeball Job.
4
+
5
+
# Inputs
6
+
7
+
## `GITHUB_TOKEN` (optional)
8
+
9
+
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.
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.
10
+
11
+
Default: `'${{ github.token }}'`
12
+
13
+
## `name` (required)
14
+
15
+
The name of the label to set. If no label with this name exists, it will be created.
0 commit comments