Files
cinode-api/.github/workflows/release-drafter.yml
2025-01-29 11:30:48 +02:00

21 lines
363 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Release Drafter
on:
workflow_call:
permissions:
contents: write
statuses: write
packages: read
jobs:
Draft:
uses: ivuorinen/.github/.github/workflows/sync-labels.yml@main
permissions:
contents: write
statuses: write
packages: read