Skip to content

Commit 32faa07

Browse files
committed
resolved merge conflicts
2 parents a083005 + 147fe5f commit 32faa07

5 files changed

Lines changed: 166 additions & 67 deletions

File tree

docs/automations/custom-automations.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ This is different from workspace webhooks, which fire on any matching event acro
185185

186186
**Configuration**
187187

188-
| Field | Required | Notes |
189-
|---|---|---|
190-
| URL | Yes | Must be a publicly reachable `http://` or `https://` address. Local and private network addresses are not accepted. |
191-
| Secret key | Auto-generated | Generated when you save the action. Shown once in plain text - copy it before leaving. After that it appears masked as `plane_wh_••••XXXX`. |
192-
| Custom headers | No | Up to 20 headers. Mark a header as secret to store its value encrypted - the value won't be returned in subsequent reads. |
188+
| Field | Required | Notes |
189+
| -------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
190+
| URL | Yes | Must be a publicly reachable `http://` or `https://` address. Local and private network addresses are not accepted. |
191+
| Secret key | Auto-generated | Generated when you save the action. Shown once in plain text - copy it before leaving. After that it appears masked as `plane_wh_••••XXXX`. |
192+
| Custom headers | No | Up to 20 headers. Mark a header as secret to store its value encrypted - the value won't be returned in subsequent reads. |
193193

194194
**The secret key**
195195

@@ -201,13 +201,13 @@ If your key is compromised or you lose it, open the action in the automation edi
201201

202202
Every request includes these headers:
203203

204-
| Header | Value |
205-
|---|---|
206-
| `Content-Type` | `application/json` |
207-
| `User-Agent` | `Autopilot` |
208-
| `X-Plane-Delivery` | Unique ID for this delivery attempt |
209-
| `X-Plane-Event` | The automation event that triggered the action |
210-
| `X-Plane-Signature` | HMAC-SHA256 signature of the request body |
204+
| Header | Value |
205+
| ------------------- | ---------------------------------------------- |
206+
| `Content-Type` | `application/json` |
207+
| `User-Agent` | `Autopilot` |
208+
| `X-Plane-Delivery` | Unique ID for this delivery attempt |
209+
| `X-Plane-Event` | The automation event that triggered the action |
210+
| `X-Plane-Signature` | HMAC-SHA256 signature of the request body |
211211

212212
Custom headers you add are merged in. You cannot override the reserved headers listed above.
213213

@@ -230,7 +230,7 @@ def verify_webhook(request_body_bytes: bytes, secret: str, signature_header: str
230230

231231
Use raw request body bytes - not a parsed or re-serialized version - or the signature will not match.
232232

233-
**Delivery behavior**
233+
**Delivery behavior**
234234

235235
Plane makes a single attempt with a 30-second timeout. If the request fails or times out, it is not retried. Check your automation's Activity log to see whether the delivery succeeded and what response your server returned.
236236

docs/automations/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Auto-close moves unfinished work items — those in Backlog, Unstarted, or Start
4040
3. Set the **Auto-close work items that are inactive for** duration — for example, 1 month.
4141
4. Choose the **Auto-close status** — the state that inactive work items will be moved to (e.g., Cancelled).
4242

43-
### Set up due date reminders <Badge type="warning" text="Enterprise Grid" />
43+
### Set up due date reminders <Badge type="tip" text="Business" />
4444

4545
Plane sends in-app and email notifications to assignees and subscribers when a work item's due date is approaching.
4646

docs/core-concepts/issues/plane-query-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Plane Query Language
33
description: Filter work items using text-based queries with Plane Query Language (PQL).
44
---
55

6-
# Plane Query Language (PQL) <Badge type="warning" text="Enterprise Grid" />
6+
# Plane Query Language (PQL) <Badge type="info" text="Pro" />
77

88
Plane Query Language (PQL) lets you filter work items using text-based queries. Write structured expressions to quickly find exactly what you need.
99

docs/core-concepts/pages/editor-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Both modes feature a consistent toolbar with **Save** and **Exit** buttons, maki
162162

163163
Creates visually distinct sections with customizable icons and colors for highlighting warnings, tips , and calls-to-action.
164164

165-
## AI block <Badge type="info" text="Pro" />
165+
## AI block <Badge type="tip" text="Business" />
166166

167167
Generate or transform content directly within your pages using AI. The AI Block lets you draft new content, summarize existing text, or run custom prompts without leaving the editor.
168168

0 commit comments

Comments
 (0)