Skip to content

Commit

Permalink
Align process
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 5, 2024
1 parent e2440b0 commit b00792d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -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:
- '*'
19 changes: 16 additions & 3 deletions .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
name: Process-PSModule

on:
push:
workflow_dispatch:
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled

concurrency:
group: ${{ github.workflow }}

permissions:
contents: write
pull-requests: write

jobs:
Process-PSModule:
uses: PSModule/Actions/.github/workflows/Process-PSModule.yml@main
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@main
secrets: inherit
with:
SkipTests: true

0 comments on commit b00792d

Please sign in to comment.