-
Notifications
You must be signed in to change notification settings - Fork 26
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
cb60d6f
commit c1021ae
Showing
11 changed files
with
15,301 additions
and
6,686 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 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,18 +1,18 @@ | ||
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 |
Oops, something went wrong.