Skip to content

Refactor labeler.yml to use changed-files syntax #536

Refactor labeler.yml to use changed-files syntax

Refactor labeler.yml to use changed-files syntax #536

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- master
jobs:
update_release_draft:
if: github.repository == 'meshery/schemas'
runs-on: ubuntu-24.04
steps:
- name: Drafting release
id: release_drafter
uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_NOTES_PAT }}