Skip to content

Commit

Permalink
Automatic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 25, 2022
1 parent a0c3d80 commit c0f708c
Show file tree
Hide file tree
Showing 12 changed files with 17,711 additions and 10,668 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/release.yml

This file was deleted.

116 changes: 0 additions & 116 deletions .gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

121 changes: 0 additions & 121 deletions README.md

This file was deleted.

12 changes: 6 additions & 6 deletions action.yml
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
Loading

0 comments on commit c0f708c

Please sign in to comment.