Skip to content

Commit

Permalink
ci: testing PR create and merge - testing to see if merge loop stops
Browse files Browse the repository at this point in the history
  • Loading branch information
scottc943 committed Jan 29, 2024
1 parent 4c056a3 commit 31837eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 31837eb

Please sign in to comment.