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 Nov 12, 2020
1 parent cb60d6f commit c1021ae
Show file tree
Hide file tree
Showing 11 changed files with 15,301 additions and 6,686 deletions.
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.

63 changes: 0 additions & 63 deletions README.md

This file was deleted.

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

0 comments on commit c1021ae

Please sign in to comment.