-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
removing-redundant-go-fmt #142
removing-redundant-go-fmt #142
Conversation
Welcome @nitishchauhan0022! It looks like this is your first PR to knative/actions 🎉 |
@dprotaso PTAL |
/assign @kvmware |
@nitishchauhan0022 Thanks for the PR. Instead of making this change here lets break it out as per #104 which you assigned yourself to. /hold don't merge, wait for it to be broke out |
Can we merge this? It doesn't look like there's progress on #104 |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, nitishchauhan0022 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Removing gofmt as goimports does the work of gofmt
Fixes #115