From 113cc30aa0e27bdf3a28020b7e5d130551266768 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Mon, 15 Feb 2021 18:17:22 +0300 Subject: [PATCH] Update workflow --- .github/FUNDING.yml | 14 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 --- .github/stale.yml | 4 ++-- .github/workflows/hassfest.yml | 14 ++++++++++++++ .github/workflows/release.yml | 6 +++--- .pre-commit-config.yaml | 6 +++--- bin/gen_releasenotes | 14 ++++++++++---- bin/release | 17 +++++++++++++++++ 8 files changed, 63 insertions(+), 15 deletions(-) create mode 100644 .github/FUNDING.yml create mode 100644 .github/workflows/hassfest.yml create mode 100755 bin/release diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..2fff174 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,14 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: limych +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: [ + "https://sochain.com/a/mjz640g" +] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index faf8fe5..83e9cfa 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,6 @@ ## Breaking change