mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-01-26 11:24:00 +00:00
15 lines
219 B
YAML
15 lines
219 B
YAML
---
|
|
name: Release Drafter
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
workflow_call:
|
|
|
|
permissions:
|
|
contents: write
|
|
statuses: write
|
|
|
|
jobs:
|
|
Draft:
|
|
uses: ivuorinen/ivuorinen/.github/workflows/sync-labels.yml@main
|