From de77a6ad755f44a66642f76805247bebb08e35d3 Mon Sep 17 00:00:00 2001 From: "John L. Singleton" Date: Wed, 1 Mar 2023 10:45:44 -0500 Subject: [PATCH] apparently this doesn't work anymore --- .github/workflows/bump-version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index dad7061670..51de9d8b40 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -27,6 +27,5 @@ jobs: title: "Release Engineering: Version bump to ${{ github.event.inputs.new_version }}." body: "This PR updates codeql-coding-standards to version ${{ github.event.inputs.new_version }}." commit-message: "Version bump to ${{ github.event.inputs.new_version }}." - team-reviewers: github/codeql-coding-standards delete-branch: true branch: "automation/version-bump-${{ github.event.inputs.new_version }}"