Skip to content

Commit

Permalink
Specify custom branch to peter-evans/create-pull-request action (#393)
Browse files Browse the repository at this point in the history
By default, `peter-evans/create-pull-request` creates a branch named `create-pull-request/patch`.
This is ambiguous and may conflict.

See https://github.com/peter-evans/create-pull-request#action-inputs
  • Loading branch information
ybiquitous authored Feb 5, 2024
1 parent 331315b commit 3478636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
title: Release ${{ steps.update-stylelint.outputs.new_version }}
body: |
See https://github.com/stylelint/stylelint/releases/tag/${{ steps.update-stylelint.outputs.new_version }}
branch: release-${{ steps.update-stylelint.outputs.new_version }}
1 change: 1 addition & 0 deletions .github/workflows/update-awesome-stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
title: Update Awesome Stylelint
body: |
This pull request updates [Awesome Stylelint](https://github.com/stylelint/awesome-stylelint).
branch: update-awesome-stylelint

0 comments on commit 3478636

Please sign in to comment.