From f6d37cd1121adadef850501f238abb4bca1b7eb8 Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Fri, 22 Nov 2024 19:05:59 +0100 Subject: [PATCH] [new_package.yml] Improve PR description Improve PR description making it consistent with `update_packages.yml`. Move the `Close ` from the commit message to the PR description to avoid it is deleted when rebasing. --- .github/workflows/new_package.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/new_package.yml b/.github/workflows/new_package.yml index a7176c817..3b2dad966 100644 --- a/.github/workflows/new_package.yml +++ b/.github/workflows/new_package.yml @@ -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 author: vm-packages