Skip to content

Conversation

@sweep-nightly
Copy link
Contributor

@sweep-nightly sweep-nightly bot commented May 4, 2024

Description

This pull request introduces a new webhook endpoint to handle events from Linear. It allows the system to process tickets from Linear that are tagged with the "Sweep" label and appropriately invoke the Sweep workflow.

Summary

  • Added a new handler handle_linear_ticket in sweepai/handlers/on_linear_ticket.py to process incoming Linear ticket events.
  • Integrated the Linear webhook endpoint /linear in sweepai/api.py which triggers the handle_linear_ticket function using a threaded approach.
  • Added a new environment variable LINEAR_API_KEY in sweepai/config/server.py to securely store the API key required for Linear integration.
  • Minor formatting adjustments in existing files to maintain consistency.

Fixes #3669.


🎉 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 get Sweep to edit this pull request, you can:

  • Comment below, and Sweep can edit the entire PR
  • Comment on a file, Sweep will only modify the commented file
  • Edit the original issue to get Sweep to recreate the PR from scratch

This is an automated message generated by Sweep AI.

@sweep-nightly
Copy link
Contributor Author

sweep-nightly bot commented May 4, 2024

Rollback Files For Sweep

  • Rollback changes to sweepai/handlers/on_linear_ticket.py
  • Rollback changes to sweepai/config/server.py
  • Rollback changes to sweepai/api.py

This is an automated message generated by Sweep AI.

@sweep-nightly sweep-nightly bot added the sweep Assigns Sweep to an issue or pull request. label May 4, 2024
@vercel
Copy link

vercel bot commented May 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sweep-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 4, 2024 8:01am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sweep Assigns Sweep to an issue or pull request.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sweep: add a new webhook endpoint to receive events from Linear. Users should be allowed to tag a linear ticket with the Sweep label and invoke Sweep.

2 participants