From bde12557eda01cb62b8df708e5bc838765507b83 Mon Sep 17 00:00:00 2001 From: Mehdi ABAAKOUK Date: Wed, 19 Apr 2023 15:06:28 +0200 Subject: [PATCH 1/2] chore(mergify): add installation step for released version The first Mergify integration version as been released. This adds the steps to use it. --- mergify/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mergify/README.md b/mergify/README.md index a3ccf49434..20facb55ac 100644 --- a/mergify/README.md +++ b/mergify/README.md @@ -12,6 +12,12 @@ and optimize your development workflow using this Datadog integration. ### Installation +#### From release + +Run `datadog-agent integration install -t datadog-mergify==` + +#### From source + To install the Mergify check on your host: 1. Install the [developer tool][8] on any machine. From 7dcc99f8dce9f39ac7cf1e850a093616284e8f57 Mon Sep 17 00:00:00 2001 From: Austin Lai <76412946+alai97@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:01:32 -0700 Subject: [PATCH 2/2] Period Nit --- mergify/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mergify/README.md b/mergify/README.md index 20facb55ac..352106236b 100644 --- a/mergify/README.md +++ b/mergify/README.md @@ -14,7 +14,7 @@ and optimize your development workflow using this Datadog integration. #### From release -Run `datadog-agent integration install -t datadog-mergify==` +Run `datadog-agent integration install -t datadog-mergify==`. #### From source