https://prefect.io logo
Title
a

asmundo

05/12/2023, 8:35 AM
Hi, I am planning to create a PR with commit. Before I post the PR I am getting an email that tells me that it is not compatible:
Check compatibility with Prefect 2.9
  Process completed with exit code 1.
Check compatibility with Prefect 2.10
  Process completed with exit code 1.
Check compatibility with Prefect 2.6
  Process completed with exit code 1.
Check compatibility with Prefect 2.8
  Process completed with exit code 1.
Check compatibility with Prefect 2.7
  Process completed with exit code 1.
I am not able find out what is not compatible. Could you please give me an hint?
After I understood I needed to login I found this. Can this be related to my change?
PS. A version with improved spelling is coming 🙂
z

Zanie

05/12/2023, 3:37 PM
It looks like your branch includes a lot of extra commits
You’ll want to rebase to drop those so it’s just your one commit
a

asmundo

05/15/2023, 7:28 AM
Thanks for the feedback @Zanie! I apologize for this! By some mistake of mine the above PR was closed automatically. I fetched and rebased the commit on top of current
main
and created a new PR: https://github.com/PrefectHQ/prefect/pull/9567 As I am new to Prefect and GitHub workflow please let me know if I should do any thing!