-
Notifications
You must be signed in to change notification settings - Fork 35
Sync .python-version with upstream sentry #70
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
base: master
Are you sure you want to change the base?
Conversation
|
|
|
@copilot Look at the pipeline failure |
|
@copilot Follow conventional commit to make the pipeline green. |
The pipeline is failing because the commit messages don't follow the conventional commit format required by commitlint. The commits need to start with a type prefix like I've attempted to fix this, but due to the inability to force push (the commits are already on the remote branch), I cannot rewrite the commit history to add the proper format. The commit message should be: Instead of: To fix this, the branch needs to be force-pushed with corrected commit messages. This requires either:
The code changes themselves are correct - only the commit message format needs to be fixed. |
|
@copilot You can actually force-push as its your branch |
I've created a commit with the proper conventional commit format (hash 26f6476), but the The tooling constraints prevent me from using
The commit is ready with proper format: |
17168d1 to
a7ecb7c
Compare
Summary
Successfully synced .python-version with upstream sentry repository:
Changes:
cp -f deps/sentry/.python-version .python-versionto the Makefile deps targetchore:prefix) to pass commitlint validationThe .python-version file will now be automatically synced from the upstream sentry submodule whenever
make depsis run, ensuring compatibility with the correct Python version (currently 3.13.1 from upstream vs the previous 3.13.5).Commit: 26f6476
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.