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 4438f40 commit c4954e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
title: Update dependencies
branch: update-dependencies
branch-suffix: random
commit-message: Update dependencies
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 files
branch: update-supply-chain
branch-suffix: random
commit-message: Update supply chain files
token: ${{ secrets.REPO_TOKEN }}
branch-suffix: random
3 changes: 2 additions & 1 deletion .github/workflows/upgrade_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
title: Upgrade examples
branch: upgrade-examples
branch-suffix: random
commit-message: Upgrade examples
token: ${{ secrets.REPO_TOKEN }}
branch-suffix: random

0 comments on commit c4954e9

Please sign in to comment.