File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,11 @@ commit automatically with `git commit -s`.
80
80
81
81
- Create a pull request for your changes following [ Creating a pull request
82
82
instructions] ( https://help.github.com/articles/creating-a-pull-request/ )
83
- - When the pull request is created, a signed-off check is done
84
- - ** check_pr** - verifies that the signed-off mark is added to each commit
85
- message
86
- - Once the pull request is approved by an Intel representative, build and
87
- functional testing are done
88
- - Approval is reset once the PR branch is updated
89
- - New approval and checks rerun are required
83
+ - CI will run signed-off check as soon as PR is created, see ** check_pr** CI
84
+ check for results
85
+ - CI will run build and functional testing check as soon as PR is approved by
86
+ Intel representative
87
+ - New approval is needed if PR was updated (e.g. during code review)
90
88
- Once PR is approved and all checks pass, the pull request is ready for merge
91
89
92
90
### Merge
You can’t perform that action at this time.
0 commit comments