-
Notifications
You must be signed in to change notification settings - Fork 100
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
ci: add labeller and labels script #1392
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 12465236796Details
💛 - Coveralls |
cbe0f4e
to
7c426b9
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.
also, could you please add a validator, which would block if Cargo.toml in server or sdk is changed, but version is not bumped?
for example someone changed deps, but forgot to bump version in this toml, make it another verification in sanity.yml
@@ -0,0 +1,23 @@ | |||
name: Relabelling |
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.
make it start with r
to match rest of workflows in this project, same for line 7
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.
Both done :)
Will be part of next CI's updates! |
No description provided.