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

thread-comments are not exclusive to github-actions bot #53

Merged
merged 1 commit into from Jan 8, 2024

Conversation

2bndy5
Copy link
Contributor

@2bndy5 2bndy5 commented Jan 8, 2024

This fixes the thread-comments feature when users specify a personal access token instead of the generic GITUHB_TOKEN

Thankfully, we can still identify our generated comments using the action-specific HTML comment embedded in the beginning of the comment text.

Note: The HTML comment is only seen for public repositories. For private repos, the comment's body fetched by REST API is in plain text (with HTML syntax removed).

@2bndy5 2bndy5 added the bug Something isn't working label Jan 8, 2024
This fixes the thread-comments feature when users specify a personal access token instead of the generic `GITUHB_TOKEN`

Thankfully, we can still identify our generated comments using the action-specific HTML comment embedded in the beginning of the comment text.

Note: The HTML comment is only seen for public repositories. For private repos, the comment's body fetched by REST API is in plain text (with HTML syntax removed).
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a322749) 99.90% compared to head (f082eac) 99.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
- Coverage   99.90%   99.90%   -0.01%     
==========================================
  Files          18       18              
  Lines        1100     1099       -1     
==========================================
- Hits         1099     1098       -1     
  Misses          1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@2bndy5 2bndy5 merged commit 3cca935 into main Jan 8, 2024
98 checks passed
@2bndy5 2bndy5 deleted the allow-user-tokens branch January 8, 2024 05:18
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

Successfully merging this pull request may close these issues.

None yet

2 participants