Skip to content

Commit

Permalink
ci: use separate pull request branch per update workflow (#437)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez authored Dec 2, 2024
1 parent de7ddce commit 5bc032b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/submodulesync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
commit-message: bump submodules
signoff: true
title: 'build(deps): Bump submodules'
branch: create-pull-request/update-submodules
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
signoff: true
title: 'build(deps): Bump finch dependencies'
branch: create-pull-request/bump-finch-dependencies

0 comments on commit 5bc032b

Please sign in to comment.