Skip to content

Commit

Permalink
initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Dec 14, 2023
1 parent c1d448e commit 3575094
Show file tree
Hide file tree
Showing 41 changed files with 31,293 additions and 22,862 deletions.
18 changes: 12 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
---

name: Your name here
description: Provide a description here
name: Issue Commentator
description: GitHub Action that creates and updates status comments on issues and pull requests

branding:
color: blue
icon: activity
icon: message-square

inputs:
milliseconds:
issue:
required: true
description: input description here
default: default value if applicable
description: Number of issue where to comment
message:
required: true
description: Content of the comment

token:
required: true
description: GitHub TOKEN or PAT

runs:
using: node20
Expand Down
3 changes: 3 additions & 0 deletions dist/action.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions dist/action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3575094

Please sign in to comment.