-
Notifications
You must be signed in to change notification settings - Fork 7
Fix import from old org #106
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
Conversation
The |
I'm 74% sure #108 will fix the Docker / build (pull_request failure |
Alright #108 was merged, try to merge from main to see if this fixes the Docker / build (pull_request) issue. |
I've rebased. I'm unsure about the
yet none of them are actually needed according to
|
Just want to note that we have an open support ticket with Github on this failed check on Dependabot pull requests since it seems to be a bug with 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.
Could we also update ./.github/PULL_REQUEST_TEMPLATE.md and ./.github/ISSUE_TEMPLATE/BUG_REPORT.md?
Sorry, for some reason I don't get notified on this thread. I've updated those two extra files (unsure how I missed it since I used sed 🤔 ). Anyway, yeah the go mod changes are not dependabot related, but I'm unsure what I can do here besides manually make changes to |
Oh, interesting, go |
Ah, more linting issues :/ Usually the IDE takes care of this but in cases when you Sed across multiple files its usually faster to do it via the CLI:
|
Also fixed now! |
@Oded-B could you review this again? This is blocking some Dependabot PRs. |
I approved, but it's waiting for @hnnsgstfssn (i think). |
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.
All good from me- apologies but have been on annual leave this past week.
@hoshsadiq there is a requirement on signed commits. Would you mind setting that up and force push signed commits? Here's the Github docs on how to do it. I'll add a PR to mention this in the contributions doc. |
There is a requirement for signed commits before merging a pull request and this is not documented in the contributing document. This came up while trying to get [1] merged. [1] #106
Ohh, fun, I thought I had set it up. Will do soon |
There is a requirement for signed commits before merging a pull request and this is not documented in the contributing document. This came up while trying to get [1] merged. [1] #106
Sorry it took so long, but force pushed a verified commit now. |
Merged with the failed lint run. |
Description
Since the tool was moved from the old
wayfair-incubator
org tocommercetools
, usinggo install
fails. This will fix the import to use the new org. Fixes #105Type of Change
Checklist