-
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.
Merge branch 'main' of github.com:olivercodes/owners-slash-command in…
…to main
- Loading branch information
Showing
2 changed files
with
2 additions
and
13 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 |
---|---|---|
@@ -1,15 +1,5 @@ | ||
name: 'Owners Slash Command' | ||
description: 'Check OWNERS before running a slash command' | ||
inputs: | ||
command: | ||
description: 'the command being run' | ||
required: true | ||
executor: | ||
description: 'the person running the command' | ||
required: true | ||
outputs: | ||
can-run: | ||
description: 'pass/fail for if user can run the command' | ||
runs: | ||
using: 'node16' | ||
main: 'index.js' | ||
using: 'node12' | ||
main: 'dist/index.js' |
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