Skip to content

Commit

Permalink
Mention bitbucket and required access perms in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Makhlin committed May 7, 2024
1 parent 38cf331 commit 3d73c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runatlantis.io/docs/access-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Since v0.22.3, a new permission for `Members` has been added, which is required
### Bitbucket Cloud (bitbucket.org)
- Create an App Password by following [BitBucket Cloud: Create an app password](https://support.atlassian.com/bitbucket-cloud/docs/create-an-app-password/)
- Label the password "atlantis"
- Select **Pull requests**: **Read** and **Write** so that Atlantis can read your pull requests and write comments to them
- Select **Pull requests**: **Read** and **Write** so that Atlantis can read your pull requests and write comments to them. If you want to enable "hide-prev-plan-comments" feature and thus delete old comments, please add **Account**: **Read** as well.
- Record the access token

### Bitbucket Server (aka Stash)
Expand Down
2 changes: 1 addition & 1 deletion runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ and set `--autoplan-modules` to `false`.
ATLANTIS_HIDE_PREV_PLAN_COMMENTS=true
```
Hide previous plan comments to declutter PRs. This is only supported in
GitHub and GitLab currently. This is not enabled by default. When using Github App, you need to set `--gh-app-slug` to enable this feature.
GitHub, GitLab and Bitbucket currently. This is not enabled by default. When using Github App, you need to set `--gh-app-slug` to enable this feature.

### `--hide-unchanged-plan-comments`
```bash
Expand Down

0 comments on commit 3d73c92

Please sign in to comment.