File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,32 @@ description: "Learn how to use Helm chart to install Digger on your Kubernetes c
184
184
- The link will look like: ` https://github.com/apps/your-digger-app-name/installations/new `
185
185
- Install the app in your GitHub organization
186
186
- Select which repositories the app can access
187
+ </Step >
188
+
189
+ <Step title = " Verify installation" >
190
+ Test that your Digger installation is working correctly:
191
+
192
+ 1. ** Create a test pull request** in one of your repositories with Terraform/OpenTofu files
193
+ 2. ** Digger will automatically start planning** - You should immediately see:
194
+
195
+ ** GitHub status checks appearing as pending:**
196
+
197
+ ![ GitHub Checks Pending] ( /images/digger-plan-checks.png )
198
+
199
+ ** Digger bot comment with affected projects table:**
187
200
188
- After installation, you can verify everything is working by creating a pull request with Terraform/OpenTofu files and commenting ` digger plan ` .
201
+ ![ Digger Plan Jobs Table] ( /images/digger-plan-jobs.png )
202
+
203
+ <Note >
204
+ ** What you should see:**
205
+ - GitHub checks appear as "pending" while jobs are running
206
+ - Digger bot comments with a table showing each affected project
207
+ - Project status updates from "pending..." to completion status
208
+
209
+ You can re-run planning anytime by commenting ` digger plan ` on the pull request.
210
+
211
+ If you don't see these responses, check the [ troubleshooting section] ( #troubleshooting ) below.
212
+ </Note >
189
213
</Step >
190
214
191
215
</Steps >
You can’t perform that action at this time.
0 commit comments