Skip to content

Commit

Permalink
chore: add labels to release pr
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 13, 2024
1 parent 41daf7b commit 07dde6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ runs:
uses: thomaseizinger/create-pull-request@master
with:
title: 'chore(release): ${{ steps.version.outputs.version }}'
labels: '🏷️ Release, 🥳️ LGTM'
github_token: ${{ inputs.GITHUB_TOKEN }}
head: release/${{ steps.version.outputs.version }}
base: main

0 comments on commit 07dde6b

Please sign in to comment.