Discussion: Enforce Checklist with GitHub Action?
marcaaron opened this issue · 0 comments
marcaaron commented
We use a very popular checklist in the Expensify/App
repo that asks authors and reviewers to consider and perform some sane checks on testing, code quality, best practices, etc. In this repo, a combination of GitHub actions and webhooks remind and enforce that the checklist is filled out completely.
We added a similar checklist to react-native-onyx
for consistency and to ensure some testing happens before merging. But there are no fancy GitHub actions to enforce that it happens.
Should we create one?