We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2e9e5d + 05ee043 commit 7f2fac9Copy full SHA for 7f2fac9
entrypoint.sh
@@ -187,7 +187,7 @@ for ISSUE in $ISSUES; do
187
if [[ $(($CURRENT_EPOCH - $CREATED_AT_EPOCH)) -ge $STALE_TIME_INTERVAL ]]; then
188
echo "Proceeding, This issue is CREATED_AT: $CREATED_AT, is greater than $AFTER_DAYS DAYS."
189
else
190
- echo "Ignoring, This issue is CREATED_AT: $CREATED_AT, is less than $
+ echo "Ignoring, This issue is CREATED_AT: $CREATED_AT, is less than $AFTER_DAYS DAYS."
191
192
ISSUE_NUMBER=$(echo "$ISSUE_INFO" | jq --raw-output '.number')
193
echo "Adding, Issue review attention LABEL: $ADD_LABEL, issue NUMBER: $ISSUE_NUMBER"
0 commit comments