Workshop 1 #14
wenbinyu-PU
started this conversation in
General
Replies: 1 comment
-
CI stands for Continuous Integration. It is a set of commands to run for pull requests. These commands include but not limited to run compile the source code, run unit tests, and show warnings/errors. In this repo, we can see the detail of CI: Here is a quick start for how to setup GitHub CI: https://docs.github.com/en/actions/quickstart For waiting for approval of other developers, this pull request needs approval of others before it can be merged. We can set up rules like if we need approval of other developers or how many approval we need before a pull request can be merged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
what does "waiting for CI and approval of other developers" mean? CI stands for what? Does this mean that I created a pull request, I need to wait for others to approve my request.
Beta Was this translation helpful? Give feedback.
All reactions