Skip to content

Remove autolabeler file matcher #317

Remove autolabeler file matcher

Remove autolabeler file matcher #317

Workflow file for this run

---
name: "Release Drafter"
on:
push:
branches:
- dev
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}