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

16 lines
353 B
YAML

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 }}