mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-01-26 11:14:01 +00:00
21 lines
363 B
YAML
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
|
|
|