sfirke commented on code in PR #35185: URL: https://github.com/apache/superset/pull/35185#discussion_r2360481099
########## docs/docs/contributing/guidelines.mdx: ########## @@ -130,7 +130,7 @@ Committers may also update title to reflect the issue/PR content if the author-p If the PR passes CI tests and does not have any `need:` labels, it is ready for review, add label `review` and/or `design-review`. -If an issue/PR has been inactive for >=30 days, it will be closed. If it does not have any status label, add `inactive`. +If an issue/PR has been inactive for `>=30` days, it will be closed. If it does not have any status label, add `inactive`. Review Comment: ```suggestion If an issue/PR has been inactive for at least 30 days, it will be closed. If it does not have any status label, add `inactive`. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
