Jason Scott
Jason Scott
As of 5.1.1 with electron 8.2.5, using the `defaults` key in a schema appears to work as expected but using `default` on an individual definition in the schema doesn't work...
For reference, these were the offending files in regard to line endings when running with a Windows host: ``` cpputest/Makefile_CppUTestExt cpputest/Makefile_using_MakefileWorker cpputest/Makefile.am cpputest/m4/acx_pthread.m4 cpputest/m4/m4_ax_prefix_config_h.m4 ``` A quick graphical way to...
This [sticky comment action](https://github.com/marocchino/sticky-pull-request-comment) has a few variations of behavior for replacing or hiding PR comments, so it might be a good reference for an implementation to fix this issue...
Here's the trick - the sticky comment action [inserts a comment](https://github.com/marocchino/sticky-pull-request-comment/blob/main/src/comment.ts#L10) to use as a means to find the PR comment and replace it. The `h` here is the comment...
I also suspect that if the size of the PR falls below the XL threshold, the warning is not removed.
+1 - after removing the github url per #40, the action runs without indication that the lack of permissions is preventing it from labeling PRs, which led me here.
@JavierCane I'll do it after work if want to assign it to me.