Skip to content

Commit

Permalink
chore: add default events documentation (go-vela#348)
Browse files Browse the repository at this point in the history
* chore: add default events documentation

* use proper quotation marks
  • Loading branch information
wass3r authored Mar 6, 2023
1 parent 3c1fc43 commit f98221e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/installation/server/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@ The variable can be provided as an `integer`.
This variable has a default value of `30`.
{{% /alert %}}

### VELA_DEFAULT_REPO_EVENTS

This variable sets the default active events for newly activated repositories.

The variable can be provided as a comma-separated `list` (i.e. `push,tag,deployment`).

{{% alert title="Note:" color="primary" %}}
By default, the `push` event is enabled. Valid values are: `push`, `pull_request`, `tag`, `deployment`, and `comment`.
{{% /alert %}}

### VELA_DISABLE_WEBHOOK_VALIDATION

This variable disables validation of webhooks sent by the SCM to the server.
Expand Down

0 comments on commit f98221e

Please sign in to comment.