forked from replicatedhq/troubleshoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[reconcile]: update .github/workflows/slash-command/action.yml
- Loading branch information
1 parent
be844b0
commit 94dfbf6
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: "Slash Commands" | ||
|
||
description: "Check comments for /commands" | ||
|
||
author: "Replicated Collab" | ||
|
||
branding: | ||
icon: "terminal" | ||
color: "white" | ||
|
||
inputs: | ||
github-token: | ||
description: GITHUB_TOKEN token or a PAT | ||
required: true | ||
|
||
command: | ||
description: The command to act on | ||
required: true | ||
|
||
allowVendor: | ||
description: Does Vendor allow to run the command | ||
required: true | ||
|
||
outputs: | ||
command-name: | ||
description: The name of the command | ||
|
||
command-arguments: | ||
description: The arguments of the command | ||
|
||
runs: | ||
using: "node16" | ||
main: "index.js" |