Skip to content
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

Merged

Conversation

nitishchauhan0022
Copy link
Contributor

Removing gofmt as goimports does the work of gofmt

Fixes #115

@knative-prow knative-prow bot requested review from krsna-m and mgencur May 10, 2023 12:21
@knative-prow
Copy link

knative-prow bot commented May 10, 2023

Welcome @nitishchauhan0022! It looks like this is your first PR to knative/actions 🎉

@knative-prow knative-prow bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 10, 2023
@nitishchauhan0022
Copy link
Contributor Author

@dprotaso PTAL

@dprotaso
Copy link
Member

/assign @kvmware

@krsna-m
Copy link
Contributor

krsna-m commented May 11, 2023

@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

@knative-prow knative-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 11, 2023
@dprotaso
Copy link
Member

dprotaso commented Jul 7, 2023

Can we merge this? It doesn't look like there's progress on #104

@krsna-m
Copy link
Contributor

krsna-m commented Jul 7, 2023

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 7, 2023
@krsna-m krsna-m removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 7, 2023
@dprotaso
Copy link
Member

/approve

@knative-prow
Copy link

knative-prow bot commented Jul 10, 2023

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 10, 2023
@knative-prow knative-prow bot merged commit 3a9fdb8 into knative:main Jul 10, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running both goimports and gofmt is redundant
3 participants