Skip to content

Commit

Permalink
let gh pr command auto create body
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw committed Jul 4, 2024
1 parent 7b26b39 commit 0361e30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/VERSION_PR_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:

- name: Create PR
run: |
gh pr create --title "Publish" --body "Publish" --base main --head release-test --draft
gh pr create --base main --head release-test --draft
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0361e30

Please sign in to comment.