-
Notifications
You must be signed in to change notification settings - Fork 16
chore: adding error handling for usernames and setting delay for action #1309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for starter-dev canceled.
|
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.
One wording question here, based on the other two PRs. 😁
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.
One last suggestion 😇
Co-authored-by: Linda Thompson <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
Hi @jdwilkin4. 👋 Your PR has been approved and merged. 🎉 Thank you for your continued contributions to starter.dev. ❤️ Keep up the great work! |
Type of change
Summary of change
This PR accomplishes the following
Resolve Issue No.1:
The notification when a PR is merged shows up pretty quickly.
We want to delay the thank you notification by a couple of minutes.
Resolves Issue No.2:
While testing the GH action earlier, we noticed that when the curl command was run to check if a user had previously contributed, it would throw an error if the user had special characters in their username.
I added a condition to account for that so the action doesn't fail.
Checklist