We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For examples, see this pull.
The todo action is pulling titles from the body of the todo rather than the title.
The text was updated successfully, but these errors were encountered:
From testing in the linked pull, it looks like this may be due to detection around sentence stops.
Sorry, something went wrong.
Coming across this in the PR woocommerce/woocommerce-blocks#4268
The title should be the first line, but it's using the longer description. A possible side effect of this is that the duplicate checking code (https://github.com/woocommerce/automations/blob/trunk/lib/automations/todos/utils/check-for-duplicate-issue.js#L20) fails and recreates the same todo on push.
No branches or pull requests
For examples, see this pull.
The todo action is pulling titles from the body of the todo rather than the title.
The text was updated successfully, but these errors were encountered: