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

fix: Fix check so it's all lowercase. #321

Merged
merged 5 commits into from
May 23, 2023

Conversation

jakehilton
Copy link
Contributor

@jakehilton jakehilton commented May 16, 2023

Fixes #319

  • Tests pass
  • Appropriate changes to README are included in PR

@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API. label May 16, 2023
@jakehilton jakehilton changed the title Fix check so it's all lowercase. fix: Fix check so it's all lowercase. May 16, 2023
@conventional-commit-lint-gcf
Copy link

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@asthamohta
Copy link
Contributor

@jakehilton, can you please run nox -s blacken once before committing and look at the tests failing

@jakehilton
Copy link
Contributor Author

@asthamohta I fixed up the errors being reported. There were a few tests failing locally before my changes and I confirmed no new errors were generated. Can we re-run the tests again to see if something pops? Thanks!

@asthamohta asthamohta added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. kokoro:run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels May 23, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label May 23, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 8fae358 into googleapis:main May 23, 2023
9 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 23, 2023
@jakehilton jakehilton deleted the fix-reserver-check branch May 23, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner-sqlalchemy API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure list of reserved words are lowercased to align with check.
4 participants