Skip to content

Commit

Permalink
Add PR support (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Jun 7, 2023
1 parent 4ed47ae commit ec5e2b8
Show file tree
Hide file tree
Showing 4 changed files with 16,941 additions and 14,637 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ inputs:
required: true
issue:
description: 'The issue number to create a new comment in'
required: true
required: false
pr:
description: 'The pr number to create a new comment in'
required: false
owner:
description: 'The owner for the repo to create a new comment in'
required: true
Expand Down
Loading

0 comments on commit ec5e2b8

Please sign in to comment.