Skip to content

Commit

Permalink
[reconcile]: update .github/workflows/slash-command/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ce-automation[bot] authored Oct 25, 2023
1 parent be844b0 commit 94dfbf6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/slash-command/action.yml
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"

0 comments on commit 94dfbf6

Please sign in to comment.