Closed reconman closed 2 years ago
Regarding the approval of workflows, what's the value of this setting?
All outside contributors require approval to run workflows.
All outside contributors require approval to run workflows.
Is that activated on purpose? That means you have to allow the workflow for every PR commit.
Yes, on purpose, so I can see no weird stuff is happening with the repo secrets.
Also, contributors can run the tests on their own easily (make test
) so it shouldn't really be blocking anyone from submitting a passing PR.
Except make test
doesn't run on Windows afaik.
Anyways, I'm done with the changes. You can leave your feedback.
Make definitely works on Windows. But in any case, make test
is just a shortcut for poetry run pytest -v
@lavie Could you please increase the version number so my changes are visible?
done.
Fixes #103