Skip to content

Commit ae81889

Browse files
authored
Merge pull request #612 from linear-b/icons-for-automations
remove flask and gitlab from http request
2 parents fd6a714 + bbcfbf7 commit ae81889

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/automation-actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ For all other actions, gitStream executes the actions in the order they are list
3232
- [`request-changes`](#request-changes) :fontawesome-brands-github: :fontawesome-brands-gitlab:
3333
- [`require-reviewers`](#require-reviewers) :fontawesome-brands-github:
3434
- [`run-github-workflow`](#run-github-workflow) :fontawesome-brands-github:
35-
- [`send-http-request`](#send-http-request) :fontawesome-solid-flask: :fontawesome-brands-github: :fontawesome-brands-gitlab:
36-
- [`send-slack-message`](#send-slack-message) :fontawesome-solid-flask: :fontawesome-brands-github:
35+
- [`send-http-request`](#send-http-request) :fontawesome-brands-github:
36+
- [`send-slack-message`](#send-slack-message) :fontawesome-brands-github:
3737
- [`set-required-approvals`](#set-required-approvals) :fontawesome-brands-github:
3838
- [`update-description`](#update-description) :fontawesome-brands-github:
3939
- [`update-title`](#update-title) :fontawesome-brands-github:
@@ -400,7 +400,7 @@ has:
400400
* This action will invoke the run of a workflow dispatch; thus, it might result in significant GitHub action minutes charge.
401401
* We encourage you to use this action with [custom triggers](./execution-model.md#explicit-triggers)
402402

403-
#### `send-http-request` :fontawesome-solid-flask: :fontawesome-brands-github: :fontawesome-brands-gitlab:
403+
#### `send-http-request` :fontawesome-brands-github:
404404

405405
The action, once triggered, sends an HTTP request to the specified URL
406406
<div class="filter-details" markdown=1>
@@ -430,7 +430,7 @@ automations:
430430
body: '{"text": "Hello, world!"}'
431431
```
432432

433-
#### `send-slack-message` :fontawesome-solid-flask: :fontawesome-brands-github:
433+
#### `send-slack-message` :fontawesome-brands-github:
434434

435435
The action, once triggered, sends a webhook with a message content to a Slack app.
436436
To use this action, [create a Slack app](https://api.slack.com/messaging/webhooks#getting_started) with Incoming Webhooks enabled. gitStream uses the webhook URL to send the message.

0 commit comments

Comments
 (0)