Skip to content

Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0 #909

Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0

Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0 #909

Workflow file for this run

name: Draft release
on:
workflow_dispatch:
# pull_request event is required only for autolabeler
pull_request:
types: [opened, reopened, synchronize]
jobs:
update-release-draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}