Skip to content

fix: port Unity's self-healing pattern to label-sync workflow (#30) #98

fix: port Unity's self-healing pattern to label-sync workflow (#30)

fix: port Unity's self-healing pattern to label-sync workflow (#30) #98

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