-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Slack configuration not working #1210
Comments
I'm getting the same behavior with Atlantis version |
Hi Same problem I have got Our slack integration is not working that we have got this error Error: initializing server: initializing webhooks: method_deprecated is it about slack method deprecation ? atlantis/server/events/webhooks/slack.go Line 33 in f057d6d
or that atlantis/server/events/webhooks/slack.go Line 37 in f057d6d
so it corresponds to that
I guess the existing used slack api method depreciated https://api.slack.com/methods/channels.list. is it about slack API ? When does The authors plan to fix this. ? |
Hi,
We integrated slack to atlantis with following config in config.yaml file
slack-token: xxxxxxxxx
webhooks:
workspace-regex: .*
kind: slack
channel: test
and when starting atlantis we get following error "Error: initializing server: initializing webhooks: method_deprecated"
Are we missing some config?
The text was updated successfully, but these errors were encountered: