Skip to content

Commit

Permalink
Introduce release management centralised workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed May 9, 2024
1 parent 24b8544 commit d9e91f7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 56 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/craft-release.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/release-managment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Release Management
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
- reopened
- milestoned
- demilestoned
- ready_for_review
milestone:
types:
- closed
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release-managment:
name: Create Release
uses: WyriHaximus/github-workflows/.github/workflows/package-release-managment.yaml@main
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.title }}

0 comments on commit d9e91f7

Please sign in to comment.