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

Do not submit enhancements #8470

Merged
merged 6 commits into from
Jul 14, 2023
Merged

Conversation

jbohanon
Copy link
Contributor

Description

Minor updates to do-not-submit:

  • check .proto files
  • don't attempt to check deleted files

Checklist:

  • I included a concise, user-facing changelog (for details, see https://github.com/solo-io/go-utils/tree/main/changelogutils) which references the issue that is resolved.
  • If I updated APIs (our protos) or helm values, I ran make -B install-go-tools generated-code to ensure there will be no code diff
  • I followed guidelines laid out in the Gloo Edge contribution guide
  • I opened a draft PR or added the work in progress label if my PR is not ready for review
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

@github-actions github-actions bot added the keep pr updated signals bulldozer to keep pr up to date with base branch label Jul 14, 2023
@jbohanon
Copy link
Contributor Author

/skip-ci

Copy link
Contributor

@sam-heilbron sam-heilbron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm good with this as is, and happy to approve. There are 2 small comments that are now out of date with this change

@@ -22,7 +22,7 @@ DO_NOT_SUBMIT_REGEX="[[:space:]]*//[[:space:]]*DO_NOT_SUBMIT"
file_count=0
for filename in "$@"; do
# Only check *.go files for now
if [[ "$filename" == *".go" || "$filename" == *"go.mod" ]]; then
if [[ "$filename" == *".go" || "$filename" == *"go.mod" || "$filename" == *".proto" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: the comment above this line indicates that only go files are checked, but this is no longer true

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's also a comment at the top of the file

@jbohanon
Copy link
Contributor Author

/skip-ci

@jbohanon jbohanon requested a review from a team as a code owner July 14, 2023 17:40
@jbohanon jbohanon added the work in progress signals bulldozer to keep pr open (don't auto-merge) label Jul 14, 2023
@jbohanon
Copy link
Contributor Author

/skip-ci

@jbohanon
Copy link
Contributor Author

/skip-ci

Copy link
Contributor

@inFocus7 inFocus7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@jbohanon
Copy link
Contributor Author

/skip-ci

@jbohanon jbohanon removed the work in progress signals bulldozer to keep pr open (don't auto-merge) label Jul 14, 2023
@soloio-bulldozer soloio-bulldozer bot merged commit 8e4942a into main Jul 14, 2023
11 checks passed
@soloio-bulldozer soloio-bulldozer bot deleted the do-not-submit-enhancements branch July 14, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep pr updated signals bulldozer to keep pr up to date with base branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants