File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
paths-ignore :
13
13
- ' runatlantis.io/**'
14
14
- ' .github/**'
15
+ - ' **/*.md'
15
16
16
17
concurrency :
17
18
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change 7
7
paths-ignore :
8
8
- ' runatlantis.io/**'
9
9
- ' .github/**'
10
+ - ' **/*.md'
10
11
pull_request :
11
12
types :
12
13
- opened
18
19
paths-ignore :
19
20
- ' runatlantis.io/**'
20
21
- ' .github/**'
21
-
22
+ - ' **/*.md'
23
+
22
24
concurrency :
23
25
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24
26
cancel-in-progress : true
Original file line number Diff line number Diff line change 3
3
[ ![ Latest Release] ( https://img.shields.io/github/release/runatlantis/atlantis.svg )] ( https://github.com/runatlantis/atlantis/releases/latest )
4
4
[ ![ SuperDopeBadge] ( ./runatlantis.io/.vuepress/public/hightower-super-dope.svg )] ( https://twitter.com/kelseyhightower/status/893260922222813184 )
5
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/runatlantis/atlantis )] ( https://goreportcard.com/report/github.com/runatlantis/atlantis )
6
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/runatlantis/atlantis.svg )] ( https://pkg.go.dev/github.com/runatlantis/atlantis )
6
7
[ ![ codecov] ( https://codecov.io/gh/runatlantis/atlantis/branch/main/graph/badge.svg )] ( https://codecov.io/gh/runatlantis/atlantis )
7
8
[ ![ CircleCI] ( https://circleci.com/gh/runatlantis/atlantis/tree/main.svg?style=shield )] ( https://circleci.com/gh/runatlantis/atlantis/tree/main )
8
9
[ ![ Slack] ( https://img.shields.io/badge/Join-Atlantis%20Community%20Slack-red )] ( https://join.slack.com/t/atlantis-community/shared_invite/zt-1l35i8t8k-oqnXuIqyeGpGQJVMWzHoDg )
29
30
A self-hosted golang application that listens for Terraform pull request events via webhooks.
30
31
31
32
## What does it do?
32
- Runs ` terraform plan ` and ` apply ` remotely and comments back on the pull request with the output.
33
+ Runs ` terraform plan ` , ` import ` , ` apply ` remotely and comments back on the pull request with the output.
33
34
34
35
## Why should you use it?
35
36
* Make Terraform changes visible to your whole team.
You can’t perform that action at this time.
0 commit comments