respira/.github/workflows/autolabel.yaml
2025-12-16 23:58:26 +01:00

18 lines
370 B
YAML

name: Autolabel
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
autolabel:
name: Autolabel PR
runs-on: ubuntu-latest
steps:
- name: Draft release
id: drafter
uses: release-drafter/release-drafter@v6
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}