Skip to content

Commit

Permalink
Build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 5, 2024
1 parent 7afbefe commit 9e614cf
Show file tree
Hide file tree
Showing 26 changed files with 689,106 additions and 0 deletions.
22 changes: 22 additions & 0 deletions actions/comment-pr/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: comment_pr
description: Creates or updates a comment on a pull request. Bespoke for gradio.
inputs:
gh_token:
description: "Your github token."
required: true
tag:
description: "Fixed id for your comment."
required: true
message:
description: "Message to comment."
required: true
additional_text:
description: "Additional text to comment."
required: false
pr_number:
description: "Pull request number."
required: true

runs:
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit 9e614cf

Please sign in to comment.