From 635953f78a5e54a06f6658a30d5fa1cb0c8f2336 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Tue, 5 Mar 2024 02:07:49 +0100 Subject: [PATCH] Align process --- .github/release.yml | 17 +++++++++++++++++ .github/workflows/Process-PSModule.yml | 11 +++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..9f0f4ca --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes + +changelog: + categories: + - title: Breaking Changes + labels: + - Major + - Breaking + - title: New Features + labels: + - Minor + - Feature + - Improvement + - Enhancement + - title: Other Changes + labels: + - '*' diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 37b5c75..e5dddde 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -1,8 +1,15 @@ name: Process-PSModule on: - push: - workflow_dispatch: + pull_request: + branches: + - main + types: + - closed + - opened + - reopened + - synchronize + - labeled concurrency: group: ${{ github.workflow }}