-
Notifications
You must be signed in to change notification settings - Fork 133
v0.10: CI testing of patch queue #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
a8666ca to
12f4608
Compare
afd33fa to
f61508f
Compare
e641e48 to
5f89259
Compare
dfc5015 to
e87d88b
Compare
bc8b92f to
72e6825
Compare
8dee9da to
a402d70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
4f60b77 to
9792926
Compare
27cb412 to
74286d5
Compare
1689318 to
09db473
Compare
50e880c to
c43c047
Compare
78220e9 to
52ca737
Compare
This will add an automatic workflow to check commit quality by using the kernel checkpatch.pl script, excluding some of the non-relevant checks because we are not inside the kernel. Signed-off-by: Kai Krakow <[email protected]>
52ca737 to
d599afe
Compare
This only runs the CI tests on the patch queue. Commits are subject to change, do not base your own work on this.