From 61a01dd88f29619540c9bbaec57bbc61da89695e Mon Sep 17 00:00:00 2001 From: James Edwards Date: Sat, 2 Dec 2023 09:39:56 -0700 Subject: [PATCH] update documentation in bumpversion --- .github/workflows/bumpversion.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index d82c904..4ee3442 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -1,4 +1,6 @@ -# This action requires that the branch protection for main do not require a pull request before merging. +# This action requires that the branch protection for main are turned off. +# Documented in https://stackoverflow.com/questions/74128344/github-protected-branch-hook-declined-even-with-allow-force-pushes +# If you know a way around this I would be happy to apply it. name: Update file on PR merge on: pull_request: