Releases: workflowkit/issue-assistant
Releases · workflowkit/issue-assistant
🚀 Issue Assistant v1.0.0
✨ Initial Release
We're excited to introduce Issue Assistant, an AI-powered GitHub Action that helps maintainers manage issues more efficiently!
🎯 Key Features
- 🤖 AI-Powered Analysis: Leverages OpenAI or Claude to understand issues
- 💬 Smart Responses: Generates contextual and helpful responses
- 🏷️ Label Suggestions: Automatically suggests relevant labels
- 📊 Repository Context: Analyzes your codebase for better responses
- 🛡️ Secure: Runs in isolated Docker container with minimal permissions
🔧 Configuration Options
- Choose your preferred AI model (OpenAI/Claude)
- Enable/disable comment responses
- Enable/disable label suggestions
- Customize with environment variables
📝 Usage Example
- uses: workflowkit/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ai_type: "openai"
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
enable_comment: "true"
🔐 Security Notes
- Runs with minimal required permissions
- Securely handles API keys through GitHub Secrets
- Only accesses public repository data
📚 Documentation
Full documentation and examples available in our README
🤝 Contributing
We welcome contributions! Feel free to submit issues and pull requests.