Skip to content

feat(ui): Add action control flow, workflow static inputs and workflow return value expression #589

feat(ui): Add action control flow, workflow static inputs and workflow return value expression

feat(ui): Add action control flow, workflow static inputs and workflow return value expression #589

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, edited]
permissions:
contents: read
pull-requests: write
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
with:
disable-releaser: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}