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

Issue with updating PR report after changing description #592

Open
bslabiak opened this issue Nov 3, 2023 · 2 comments
Open

Issue with updating PR report after changing description #592

bslabiak opened this issue Nov 3, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@bslabiak
Copy link

bslabiak commented Nov 3, 2023

updatePR : description

Steps to reproduce:

  1. Run test
  2. Report has been posted into PR description
  3. edit description
  4. Run test again

Results:
Test report is not being updated on description and still display old report (without editing step it seems not to appear)


updatePR : comment

Behaviour is very similar but it is rare to edit a comment.
Next run of tests in same PR is updating same comment.

Is this possible to post new comment after each run to track history of test results properly?

@andrcuns
Copy link
Owner

andrcuns commented Nov 8, 2023

At the moment, default behavior is to always edit comment/pr, so posting a new comment is not possible. I would need to double check why github api doesn't allow to edit comment anymore after it has been edited by someone (it can potentially be a limitation of GitHub).

@andrcuns andrcuns transferred this issue from andrcuns/allure-publish-action Nov 27, 2023
@andrcuns andrcuns added the bug Something isn't working label Feb 29, 2024
@andrcuns
Copy link
Owner

andrcuns commented Jun 9, 2024

I believe this should be fixed by #738

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants