-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Slack v2 test components #18286
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?
Slack v2 test components #18286
Conversation
Show configuration error when channel is not found and as_user is false Use bot token instead of user token when posting message unless as_user is true
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
in v2, user tokens will not have the `files:read` scope
and remove historical messages for new-keyword-mention source since the search:read scope is no longer requested.
ignore error when attempting to add app to DM or group DM
Actions: - get-file - list-files - list-replies - send-message - send-message-advanced - send-message-to-channel Triggers: - new-keyword-mention - new-message-in-channels - new-user-mention Use bot token for Get File, List Files, and List Replies since the user token will no longer have `files:read` nor `*:history` scopes.
for Send Message actions, Get File, List Files, and List Replies
when the Bot is not in the channel
rejected by approval team
- Reply to a Message - Send Block Kit Message - Send Large Message and fix channel membership check in Send Message actions
Send Message and Send Large Message actions Checking membership is only needed if sending message as the bot Add channel membership checks to Delete Message and Update Message actions
reverted new-direct-message version bump
and make it optional Disable it in the Send Message to User or Group action since the app can't be added to a DM or group DM
and always use user token to get conversation history
WHY