From 31837eb7ec393b49069d8d755f31efc464c13339 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 29 Jan 2024 14:14:11 -0500 Subject: [PATCH] ci: testing PR create and merge - testing to see if merge loop stops --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb8b80a..e0d2977 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ concurrency: production jobs: build: name: bump tag version and release - if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - name: Checkout code @@ -42,6 +42,7 @@ jobs: - name: auto commit uses: stefanzweifel/git-auto-commit-action@v5 with: + commit_message: "[skip ci] Automated Change" branch: update-from-${{ github.sha }} # create PR using GitHub CLI - name: create PR with update info