From 8a681c81b4eb3f400a9393b3102333a6e5cd0a7a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 16:59:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/dogfooding.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dogfooding.yml b/.github/workflows/dogfooding.yml index 034c131..8716f4e 100644 --- a/.github/workflows/dogfooding.yml +++ b/.github/workflows/dogfooding.yml @@ -23,7 +23,7 @@ jobs: REQUIRED_LABELS_ANY: "bug,enhancement,feature,deprecated,major,skip-changelog" REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label: bug,enhancement,feature,deprecated,major,skip-changelog" BANNED_LABELS: "banned" - + - name: Release Drafter uses: release-drafter/release-drafter@v5.11.0 env: diff --git a/README.md b/README.md index 45bb39c..d803c34 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # proofit -ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning. +ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning. ProofIt is inspired from tools below and aims to combine their functionality in a single action. We also aim to make it able to load its settings from a single github repository, ones that would apply for the entire organization.