From da98f2d5900b763d619d804f0316525e203ec68b Mon Sep 17 00:00:00 2001 From: David Britch Date: Fri, 7 Jun 2024 12:16:46 +0100 Subject: [PATCH 1/2] Edits. --- .github/policies/scheduled-pr.yml | 2 +- CODE_OF_CONDUCT.md | 3 +-- README.md | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/policies/scheduled-pr.yml b/.github/policies/scheduled-pr.yml index 1e512bb66..a5e743e13 100644 --- a/.github/policies/scheduled-pr.yml +++ b/.github/policies/scheduled-pr.yml @@ -8,7 +8,7 @@ configuration: - description: Push to live branch (publish) frequencies: - hourly: - hour: 3 + hour: 1 filters: [] actions: - createPullRequest: diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 775f221c9..0271f6d12 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,6 +1,5 @@ # Code of Conduct -This project has adopted the code of conduct defined by the Contributor Covenant -to clarify expected behavior in our community. +This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). diff --git a/README.md b/README.md index 735234dda..fcbbb0e79 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ This repository contains the API documentation for .NET for Android. It's published at the [.NET API browser](https://learn.microsoft.com/dotnet/api). - ## Legal Notices .NET Foundation and any contributors grant you a license to the .NET Foundation documentation and other content From 19df34cd2ff9a8faf2bb5fd7e64e870b0be3504f Mon Sep 17 00:00:00 2001 From: David Britch Date: Fri, 7 Jun 2024 12:19:58 +0100 Subject: [PATCH 2/2] Edit. --- .github/policies/scheduled-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/scheduled-pr.yml b/.github/policies/scheduled-pr.yml index a5e743e13..1e512bb66 100644 --- a/.github/policies/scheduled-pr.yml +++ b/.github/policies/scheduled-pr.yml @@ -8,7 +8,7 @@ configuration: - description: Push to live branch (publish) frequencies: - hourly: - hour: 1 + hour: 3 filters: [] actions: - createPullRequest: