Skip to content

Commit

Permalink
Automatic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2024
1 parent 66641fe commit 01fe247
Show file tree
Hide file tree
Showing 13 changed files with 9,803 additions and 7,545 deletions.
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ci.yml

This file was deleted.

19 changes: 0 additions & 19 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.

59 changes: 0 additions & 59 deletions README.md

This file was deleted.

8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Require Checklist
description: Ensure that any checklists in an issue/pull request are completed
runs:
using: docker
image: Dockerfile
using: node20
main: dist/index.js
branding:
icon: check-square
color: gray-dark
Expand All @@ -14,8 +14,8 @@ inputs:
requireChecklist:
description: Require a checklist to exist
required: false
default: "false"
default: 'false'
skipComments:
description: Do not look for checklists in comments
required: false
default: "false"
default: 'false'
Loading

0 comments on commit 01fe247

Please sign in to comment.