Adding initial comment functionality.

This commit is contained in:
2025-11-24 19:33:10 -05:00
parent b1eaed9147
commit eeb26cf0c8
2 changed files with 19 additions and 14 deletions
+6
View File
@@ -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"