Skip to content

Commit

Permalink
Use sensible branch names when creating pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 4, 2024
1 parent 2675f77 commit ca1989e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
title: Update patches
branch: update-patches
branch-suffix: random
commit-message: Update patches
token: ${{ secrets.REPO_TOKEN }}
branch-suffix: random
3 changes: 2 additions & 1 deletion .github/workflows/update_supply_chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
title: Update supply_chain.json
branch: update-supply-chain
branch-suffix: random
commit-message: Update supply_chain.json
token: ${{ secrets.REPO_TOKEN }}
branch-suffix: random

0 comments on commit ca1989e

Please sign in to comment.