garyxuehong / gh4j

MIT License
0 stars 0 forks source link

[sweep] remove the usage and all reference for "skip-sending-commit-association" #1

Open garyxuehong opened 5 months ago

garyxuehong commented 5 months ago

Problem: The code use a feature flag called "skip-sending-commit-association". It is been returning (evaluating) to "true" all the time now.

Task:

  1. Remove the usage of "skip-sending-commit-association"
  2. Find all the references for "skip-sending-commit-association" recursive, reference of reference etc, and remove all the references from the codes.
sweep-ai[bot] commented 5 months ago
Sweeping

0%

Actions (click)


❌ Unable to Complete PR

You ran out of the free tier GPT-4 tickets! We no longer support running Sweep with GPT-3.5 as it is too unreliable. Here are your options:


🎉 Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.

This is an automated message generated by Sweep AI.

garyxuehong commented 5 months ago

sweep: In the origin file "src/transforms/transform-deployment.test.ts", the test check if display name commit message cropped to 255 to fit api limit is for testing when the feature flag is turned ff. Now since the feature flag is always on, remove this test.