Tags: scientific-python/issue-from-pytest-log-action
Tags
allow assigning users to the newly-created issues (#30) * allow passing a list of assigned users * use a comma-separated string instead * use github script (node?) to split the string * use a variable instead * document that all users have to have commit rights
fix the action (#6) * explicitly install more-itertools * temporarily set the max chars limit to 15 * fix the last-resort summary * fix the fix * print the json log for debugging * add the shell * get the python version from sys.version_info * set the max_chars to 200 * set the character limit to 400 * revert back to the character limit of github issues * wrap the json log in a output group * add some environment information
add some small tests (#5) * only weakly match the filepath to capture test groups in the test name * add a hypothesis-based test * ignore hypothesis cache and python bytecode files * use the module name and fix the mistaken use of `starmap` * add a test for truncate * add CI
PreviousNext