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 20, 2020
1 parent 39d6a4b commit 2688fd7
Show file tree
Hide file tree
Showing 11 changed files with 18,775 additions and 12,778 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml

This file was deleted.

116 changes: 0 additions & 116 deletions .gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

43 changes: 0 additions & 43 deletions README.md

This file was deleted.

16 changes: 10 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: GitHub Release to Noticeable
description: Send GitHub Releases to Noticeable
runs:
using: docker
image: Dockerfile
using: node12
main: dist/index.js
branding:
icon: mail
color: white
inputs:
tags:
description: Comma separated list of tags to add for any releases in this repo
default: ""
default: ''
release_prefix:
description: Add a prefix to any releases. Useful when the release name is v1.2.3 and you want to add the repo name too
default: ""
description: >-
Add a prefix to any releases. Useful when the release name is v1.2.3 and
you want to add the repo name too
default: ''
disable_repo_link:
description: Set to true to hide the repo URL in the changelog entry. Useful when repos are private
description: >-
Set to true to hide the repo URL in the changelog entry. Useful when repos
are private
draft:
description: Add the changelog entry as a draft
Loading

0 comments on commit 2688fd7

Please sign in to comment.