Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Nov 9, 2022
0 parents commit 0204399
Show file tree
Hide file tree
Showing 13 changed files with 19,054 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.DS_Store
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'Release Announcement Action'
description: 'automatically comment on released pull requests and linked issues'
runs:
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 0204399

Please sign in to comment.