-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
ready to start message in /start response
✅ Deploy Preview for ubiquibot-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
fix config and warning
uses default json first unless 0 then uses 30d
remove console log and adjust warning
Reviewing with fresh eyes: Hide the "ready to start" row under normal circumstances, like when the bounty has been created within that same month. It's unnecessary. Change "ready to start" to "warning" And "please confirm that this issue specification is accurate before starting." so that it looks more like a warning. If the organization does not set any "amount of days threshold" in their config, then this feature should gracefully be hidden (the row on the assign table should not render) I delegate my review for the implementation of the config property names etc |
allowing zero input and changed warning
following extraction pattern
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine
removed null and storing time with number
746bde8
to
5e67a76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pavlovcik needs your approval |
ready to start message in
/start
response.image
image
Resolves #669