-
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
570a39d
commit 7b04617
Showing
12 changed files
with
20,036 additions
and
10,954 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,25 +1,25 @@ | ||
name: Require Labels | ||
description: Require labels to be added to a pull request before merging | ||
runs: | ||
using: docker | ||
image: Dockerfile | ||
using: node16 | ||
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 | ||
add_comment: | ||
description: "Add a comment to the PR if required labels are missing" | ||
default: "false" | ||
description: Add a comment to the PR if required labels are missing | ||
default: 'false' | ||
required: false | ||
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.