Skip to content

Merge pull request #186 from oddstr13/renovate/actions-cache-4.x #409

Merge pull request #186 from oddstr13/renovate/actions-cache-4.x

Merge pull request #186 from oddstr13/renovate/actions-cache-4.x #409

name: Release Drafter
on:
push:
branches:
- master
pull_request_target: # autolabeler
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
with:
config-name: release-drafter.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}