From 590156c372b0c1b52824da6e4c825913fa54c335 Mon Sep 17 00:00:00 2001 From: Dominik Kohler <18621527+kohlerdominik@users.noreply.github.com> Date: Fri, 25 Feb 2022 08:36:47 +0100 Subject: [PATCH] relased-Action is not triggered for drafts My tests lead me to the assumption, that the `released`-action is only triggered when a release is done (either directly or by finishing a draft). The docs say, `release` is also triggered when a release-draft is published. But IMO this isn't the case. And it wouldn't make sense with an action called `release`, as a draft is NOT a release. --- data/reusables/webhooks/release_webhook_properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/webhooks/release_webhook_properties.md b/data/reusables/webhooks/release_webhook_properties.md index 903c7a5c4356..baefad9ddd91 100644 --- a/data/reusables/webhooks/release_webhook_properties.md +++ b/data/reusables/webhooks/release_webhook_properties.md @@ -1,3 +1,3 @@ Key | Type | Description ----|------|------------- -`action`|`string` | The action that was performed. Can be one of: