From bf75e5545f2677f263cd2199a24e89121da51a6d Mon Sep 17 00:00:00 2001 From: Hassy Veldstra Date: Mon, 13 May 2024 22:19:11 +0100 Subject: [PATCH] feat: include Slack integration (#2735) --- .github/workflows/create-release-pr.yml | 1 + package-lock.json | 1 + packages/artillery/package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 502060f1ec..0debdfb356 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -22,6 +22,7 @@ jobs: artillery-plugin-fake-data,\ artillery-plugin-metrics-by-endpoint,\ artillery-plugin-publish-metrics,\ + artillery-plugin-slack,\ commons,\ core,\ artillery" diff --git a/package-lock.json b/package-lock.json index 6590bc1e6b..e918bf9144 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21539,6 +21539,7 @@ "artillery-plugin-fake-data": "*", "artillery-plugin-metrics-by-endpoint": "*", "artillery-plugin-publish-metrics": "*", + "artillery-plugin-slack": "*", "async": "^2.6.4", "aws-sdk": "^2.1338.0", "chalk": "^2.4.2", diff --git a/packages/artillery/package.json b/packages/artillery/package.json index 43f7afc309..e7f3aa1712 100644 --- a/packages/artillery/package.json +++ b/packages/artillery/package.json @@ -102,6 +102,7 @@ "artillery-plugin-fake-data": "*", "artillery-plugin-metrics-by-endpoint": "*", "artillery-plugin-publish-metrics": "*", + "artillery-plugin-slack": "*", "async": "^2.6.4", "aws-sdk": "^2.1338.0", "chalk": "^2.4.2",