Skip to content
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

[ci] Docs comment bot should update comments in-place #11837

Closed
driazati opened this issue Jun 22, 2022 · 2 comments · Fixed by #11909
Closed

[ci] Docs comment bot should update comments in-place #11837

driazati opened this issue Jun 22, 2022 · 2 comments · Fixed by #11909

Comments

@driazati
Copy link
Member

driazati commented Jun 22, 2022

Posting a new comment generates a notification which I don't think we want beyond the first one from github-actions since it doesn't carry much signal. The docs-bot workflow should search the PR for existing comments from the github-actions bot (possibly marked with a markdown comment or something like <!--- docs-bot-comment -->) and update that comment instead of posting a new one.

For example, on #11666, the bot would update comment 1 instead of posting comment 2

cc @Mousius @areusch @gigiblender

@gigiblender
Copy link
Contributor

@driazati I agree with you. I can take a look at this issue.

@gigiblender
Copy link
Contributor

#11909

driazati pushed a commit that referenced this issue Jun 29, 2022
This PR improves the docs bot to edit a previous comment instead of making new comments.

Fixes #11837
blackkker pushed a commit to blackkker/tvm that referenced this issue Jul 7, 2022
This PR improves the docs bot to edit a previous comment instead of making new comments.

Fixes apache#11837
masahi pushed a commit to masahi/tvm that referenced this issue Jul 15, 2022
This PR improves the docs bot to edit a previous comment instead of making new comments.

Fixes apache#11837
mikeseven pushed a commit to mikeseven/tvm that referenced this issue Sep 27, 2023
This PR improves the docs bot to edit a previous comment instead of making new comments.

Fixes apache#11837
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants