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: changeset-feedback/action.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ inputs:
12
12
issue-number:
13
13
description: issue number of the PR
14
14
required: true
15
+
botUsername:
16
+
description: username of the bot used to post comments on behalf of the action. Will be used when locating existing changeset feedback comments to update.
17
+
default: github-actions[bot]
18
+
required: false
15
19
app-id:
16
20
description: The Application ID of the GitHub App to use for authentication
0 commit comments