-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0c3d80
commit c0f708c
Showing
12 changed files
with
17,711 additions
and
10,668 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,21 +1,21 @@ | ||
name: Require Labels | ||
description: Require labels to be added to a pull request before merging | ||
runs: | ||
using: docker | ||
image: Dockerfile | ||
using: node12 | ||
main: dist/index.js | ||
branding: | ||
icon: check-square | ||
color: blue | ||
inputs: | ||
labels: | ||
description: "Comma separated list of labels to match" | ||
description: Comma separated list of labels to match | ||
required: true | ||
mode: | ||
description: "The mode of comparison to use. One of: exactly, minimum, maximum" | ||
description: 'The mode of comparison to use. One of: exactly, minimum, maximum' | ||
required: true | ||
count: | ||
description: "The required number of labels to match" | ||
description: The required number of labels to match | ||
required: true | ||
exit_type: | ||
description: "The exit type of the action. One of: failure, success, neutral" | ||
description: 'The exit type of the action. One of: failure, success, neutral' | ||
required: false |
Oops, something went wrong.