Skip to content

Commit

Permalink
fix: allow bazel steward to modify branch names, to avoid conflicts (#47
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yuyawk authored May 15, 2024
1 parent ac63230 commit dd96fde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bazel-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
with:
app-id: ${{ secrets.BAZEL_STEWARD_APP_ID }}
private-key: ${{ secrets.BAZEL_STEWARD_APP_PRIVATE_KEY }}
- name: Generate config file to modify branch name
shell: bash
run: |
cat << 'EOS' > bazel-steward.yaml
---
pull-requests:
- branch-prefix: "bazel-steward-${{ matrix.workspace-root }}/"
EOS
- uses: VirtusLab/bazel-steward@v1.5.0
with:
github-token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit dd96fde

Please sign in to comment.