From 673ba975110b917157cb40143135348bdf1c5670 Mon Sep 17 00:00:00 2001 From: cherryleaf-ellis Date: Thu, 14 Apr 2022 13:26:10 +0100 Subject: [PATCH 1/2] update readme added new link and improved wording of existing link --- packages/github/_dev/build/docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/github/_dev/build/docs/README.md b/packages/github/_dev/build/docs/README.md index 1827cb33521..7214bd73921 100644 --- a/packages/github/_dev/build/docs/README.md +++ b/packages/github/_dev/build/docs/README.md @@ -1,12 +1,12 @@ # GitHub Integration -The GitHub integration collects audit events from the GitHub API. +The GitHub integration collects audit events from the [GitHub API](https://docs.github.com/en/rest ). ## Logs ### Audit -The GitHub audit log records all events related to the GitHub organization. See [https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. +The GitHub audit log records all events related to the GitHub organization. See [Audit log actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. To use this integration, you must be an organization owner, and you must use an Personal Access Token with the admin:org scope. From 4bdf22c0d7c23260b116e64c22f65565c0968acb Mon Sep 17 00:00:00 2001 From: cherryleaf-ellis Date: Thu, 14 Apr 2022 13:30:01 +0100 Subject: [PATCH 2/2] update changelog and ran build --- packages/github/changelog.yml | 5 +++++ packages/github/docs/README.md | 4 ++-- packages/github/manifest.yml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/github/changelog.yml b/packages/github/changelog.yml index 44ce5aae1e8..b8d540dc6e3 100644 --- a/packages/github/changelog.yml +++ b/packages/github/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.3.5" + changes: + - description: update readme + type: bugfix + link: https://github.com/elastic/integrations/pull/3105 - version: "0.3.4" changes: - description: Fix typo in config template for ignoring host enrichment diff --git a/packages/github/docs/README.md b/packages/github/docs/README.md index d927294b7cd..48149dad193 100644 --- a/packages/github/docs/README.md +++ b/packages/github/docs/README.md @@ -1,12 +1,12 @@ # GitHub Integration -The GitHub integration collects audit events from the GitHub API. +The GitHub integration collects audit events from the [GitHub API](https://docs.github.com/en/rest ). ## Logs ### Audit -The GitHub audit log records all events related to the GitHub organization. See [https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. +The GitHub audit log records all events related to the GitHub organization. See [Audit log actions](https://docs.github.com/en/organizations/keeping-your-organization-secure/reviewing-the-audit-log-for-your-organization#audit-log-actions) for more details. To use this integration, you must be an organization owner, and you must use an Personal Access Token with the admin:org scope. diff --git a/packages/github/manifest.yml b/packages/github/manifest.yml index 325c2de7d7f..56f1feb6104 100644 --- a/packages/github/manifest.yml +++ b/packages/github/manifest.yml @@ -1,6 +1,6 @@ name: github title: GitHub -version: 0.3.4 +version: 0.3.5 release: experimental description: Collect events from GitHub with Elastic Agent. type: integration