Skip to content

Commit

Permalink
chore: update metadata and make github token optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Nov 15, 2023
1 parent 27b91c1 commit 3153deb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,25 @@ inputs:
label:
description: 'Label to add to the current issue.'
default: 'multiple issues'
required: false
issueNumber:
description: 'Include the previous issue number created by the author in the comment.'
required: false
default: 'true'
comment:
description: 'Custom text to add with or without the issue number in the comment.'
default: ''
required: false
close:
description: 'Close the current issue if set to true.'
required: false
gh-token:
description: 'The GitHub token for authentication.'
required: true
default: ${{ github.token }}
required: false
assign:
description: 'The issues that are assigned to the author'
required: false
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down

0 comments on commit 3153deb

Please sign in to comment.