Skip to content

Commit

Permalink
fix(Actions): separate update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
RoamingNoMaD authored and skateman committed Dec 31, 2024
1 parent 658332e commit 81209b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checkimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(image): update base image'
branch: automation/base-image
2 changes: 2 additions & 0 deletions .github/workflows/ruby-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(devel): update .ruby-version'
branch: automation/ruby-version
update-bundler:
runs-on: ubuntu-latest
env:
Expand All @@ -52,3 +53,4 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(deps): update bundler version'
branch: automation/bundler-version

0 comments on commit 81209b4

Please sign in to comment.