-
Notifications
You must be signed in to change notification settings - Fork 76
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
CLOUDP-240677 Update SDK update process to handle minor versions and create jiras #2825
Conversation
this works and verified, created #2826 and https://jira.mongodb.org/browse/CLOUDP-241394 |
- name: Verify Changed files | ||
uses: tj-actions/verify-changed-files@1e517a7f5663673148ceb7c09c1900e5af48e7a1 | ||
id: verify-changed-files | ||
with: | ||
files: | | ||
./internal/**/* | ||
go.mod |
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.
this is the actual change to make it work for minor and patch versions
@@ -8,6 +8,8 @@ updates: | |||
open-pull-requests-limit: 20 | |||
reviewers: | |||
- "mongodb/mongocli" | |||
ignore: | |||
- dependency-name: "go.mongodb.org/atlas-sdk/*" |
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.
ignoring on dependabot
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.
Actualy I'm not sure that we should do this. Do we have other job covering minor updates?
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.
this one
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.
LGTM
Proposed changes
Update SDK update process to handle minor versions and create jiras
Jira ticket: CLOUDP-240677
Closes #[issue number]
Checklist
make fmt
and formatted my codeFurther comments