Skip to content

fix: added the correct loading of admin-cmd-list in the configuration file #2515

fix: added the correct loading of admin-cmd-list in the configuration file

fix: added the correct loading of admin-cmd-list in the configuration file #2515

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- unstable
pull_request_target:
types: [ opened, reopened, synchronize ]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}