Adding initial comment functionality.
This commit is contained in:
@@ -42,6 +42,11 @@ inputs:
|
||||
description: "URL to Apprise API (optional)"
|
||||
required: false
|
||||
|
||||
initial_comment:
|
||||
description: "Optional comment to post immediately on the newly created issue"
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
@@ -62,5 +67,6 @@ runs:
|
||||
POLL_INTERVAL: ${{ inputs.poll_interval }}
|
||||
REMINDER_INTERVAL: ${{ inputs.reminder_interval }}
|
||||
APPRISE_API_URL: ${{ inputs.apprise_api_url }}
|
||||
INITIAL_COMMENT: ${{ inputs.initial_comment }}
|
||||
run: |
|
||||
bash "$GITHUB_ACTION_PATH/wait-for-approval.sh"
|
||||
|
||||
Reference in New Issue
Block a user