Now that we have our codebase migrated to apache, we should start setting up CI (probably Jenkins or Travis, or both) for our master branch.
Can we set them up or should we open a ticket in INFRA? Moreover, to ensure the use of CI, we can set up a few things on GitHub. We can set our master branch as a protected branch and tick a few options like - Require pull request reviews before merging - Dismiss stale pull request approvals when new commits are pushed - Require status checks to pass before merging - Require branches to be up to date before merging - Include administrators These are the options that are ticked in our old repository. Wonook
