Skip to content

Commit

Permalink
release: hotfix PR title contains app and version it targets
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Nov 1, 2024
1 parent 7b9d7ba commit 94725a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-create-hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
- name: push
run: |
git push origin hotfix-TEST-ANGUSBAYLEY
gh pr create --title ":fire: [TEST - NOT A REAL HOTFIX] Hotfix ${{ steps.date.outputs.date }}" -F ./.github/templates/hotfix.md --base main --head hotfix-TEST-ANGUSBAYLEY
gh pr create \
--title ":fire: [TEST - NOT A REAL HOTFIX] Hotfix ${{ steps.date.outputs.date }}: ${{ github.event.inputs.application }} ${{ github.event.inputs.tag_version }}"\
-F ./.github/templates/hotfix.md \
--base main \
--head hotfix-TEST-ANGUSBAYLEY
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

0 comments on commit 94725a1

Please sign in to comment.