Skip to content

Commit

Permalink
Update text for new packages
Browse files Browse the repository at this point in the history
I think that 24 hours is not sufficient and this change also reflects the current practice.
  • Loading branch information
andreasnoack committed Aug 29, 2018
1 parent 4870cf4 commit 91d5aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AttoBot/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def lambda_handler(event, context):
TRAVIS_PR_LINE + \
"cc: @" + AUTHOR + "\n" + \
"\n" + TAG_REQ + "\n" + \
"\n@" + AUTHOR + " This PR will remain open for 24 hours for feedback (which is optional). If you get feedback, please let us know if you are making changes, and we'll merge once you're done."
"\n@" + AUTHOR + " This PR will remain open for three days for feedback (which is optional). If you get feedback, please let us know if you are making changes, and we'll merge once you're done."
else:
diff_url = urljoin(REPO_HTML_URL, "compare", LAST_SHA1 + "..." + SHA1)

Expand Down

0 comments on commit 91d5aac

Please sign in to comment.