Skip to content

Crea pre

Crea pre #38

name: Release Management
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
- reopened
milestone:
types:
- closed
permissions:
contents: write
issues: write
pull-requests: write
packages: write
jobs:
release-managment:
name: Release Management
secrets: inherit
uses: WyriHaximus/github-workflows/.github/workflows/github-action-release-managment.yaml@all-releasing-uses-the-same-workflow
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.title }}
mustCreateCommit: true

Check failure on line 26 in .github/workflows/release-managment.yaml

View workflow run for this annotation

GitHub Actions / Release Management

Invalid workflow file

The workflow is not valid. .github/workflows/release-managment.yaml (Line: 26, Col: 25): Invalid input, mustCreateCommit is not defined in the referenced workflow.
preReleaseScript: |
touch action.yaml
git add action.yaml