Skip to content
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

docs: documentation for slack integration #1972

Merged
merged 2 commits into from
Jan 5, 2022

Conversation

syphernl
Copy link
Contributor

@syphernl syphernl commented Jan 4, 2022

The Atlantis docs only mentioned how to configure the Slack token, but not how to actually use it.
This is what I have cobbled together based on what I was able to find in the issues of this repository.

@syphernl syphernl requested a review from a team as a code owner January 4, 2022 12:21
@jamengual jamengual merged commit a65c605 into runatlantis:master Jan 5, 2022
@syphernl syphernl deleted the docs/slack branch January 5, 2022 06:59
@posquit0
Copy link
Contributor

Where should I put the configuration for slack webhook?

@kangman
Copy link

kangman commented Mar 2, 2022

@syphernl similar to @posquit0 thank you for your documentation, i've tried to set the webhook yaml block in the server config as well as the atlantis.yaml config on my root of my repo but both run into issues with errors like
field webhooks not found in type raw.RepoCfg"

@guilatrova
Copy link

guilatrova commented Mar 17, 2022

@kangman I'm having the same issue. Did you find a fix?

@jamengual
Copy link
Contributor

this :

webhooks:
- event: apply
  workspace-regex: .*
  kind: slack
  channel: my-channel

is a atlantis startup config, you need to pass to atlantis on start up , this is not a atlantis.yaml level config.

krrrr38 pushed a commit to krrrr38/atlantis that referenced this pull request Dec 16, 2022
* docs: add docs for slack integration

* add menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants