Skip to content

Commit

Permalink
[new_package.yml] Improve PR description
Browse files Browse the repository at this point in the history
Improve PR description making it consistent with `update_packages.yml`.
Move the `Close <issue>` from the commit message to the PR description
to avoid it is deleted when rebasing.
  • Loading branch information
Ana06 committed Nov 22, 2024
1 parent 5fe6f9d commit f6d37cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/new_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
if: steps.test.outcome == 'success'
with:
title: ':robot: Add ${{env.pkg_name}}.vm'
body: 'Automated PR from ${{github.event.issue.html_url}} :rocket:'
add-paths: packages/*
commit-message: |
Add ${{env.pkg_name}}.vm
body: |
Automated package creation from ${{github.event.issue.html_url}} by [new_package.yml](https://github.com/mandiant/VM-Packages/blob/main/.github/workflows/new_package.yml). :rocket:
Closes ${{github.event.issue.html_url}}.
add-paths: packages/*
commit-message: 'Add ${{env.pkg_name}}.vm'
branch: package-${{env.pkg_name}}
committer: vm-packages <[email protected]>
author: vm-packages <[email protected]>
Expand Down

0 comments on commit f6d37cd

Please sign in to comment.