- 
                Notifications
    You must be signed in to change notification settings 
- Fork 18
POC: replace webhook notifications with nf-slack plugin #46
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: dev
Are you sure you want to change the base?
Conversation
Merge pull request #32 from nf-core/dev
Dev to Master for release 1.0.2
Replace the custom webhook-based instant message system with the nf-slack plugin for improved Slack notifications. This change provides automatic workflow lifecycle notifications with enhanced features. Changes: - Add nf-slack plugin (v0.1.0) to nextflow.config - Configure automatic notifications for start, complete, and error events - Remove custom imNotification function and webhook templates - Remove hook_url parameter from pipeline configuration - Update README with Slack notification setup instructions Benefits: - Automatic notifications without manual coding - Built-in support for resource usage statistics - Fail-safe operation that never fails the workflow - Cleaner codebase with ~60 lines of code removed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
| This PR is against the  | 
| 
 | 
| 
 | 
Replace the custom webhook-based instant message system with the
nf-slack plugin for improved Slack notifications. This change provides
automatic workflow lifecycle notifications with enhanced features.
Changes:
Benefits:
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]