Skip to content

Commit

Permalink
chore: Set Labels in Bump Version PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Nov 2, 2024
1 parent c7b6832 commit 126b68f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
base: main
branch: chore/bump-version-${{ env.new_version }}
branch-suffix: random
labels: |
chore
automated pr
delete-branch: true
title: "chore(version): bump version to ${{ env.new_version }}"
draft: false
Expand Down

0 comments on commit 126b68f

Please sign in to comment.